Show
Ignore:
Timestamp:
06/09/08 01:10:45 (3 months ago)
Author:
vossg
Message:

Base rebuild

changed: removed osg1 compat field interfaces (handled by 1.x)
fixed : pass pod by value and non-pod by reference

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMapBase.h

    r1197 r1288  
    222222 
    223223                  std::string         &editKeys           (const UInt32 index); 
    224             const std::string          getKeys            (const UInt32 index) const; 
     224            const std::string         &getKeys            (const UInt32 index) const; 
    225225 
    226226                  std::string         &editValues         (const UInt32 index); 
    227             const std::string          getValues          (const UInt32 index) const; 
     227            const std::string         &getValues          (const UInt32 index) const; 
    228228 
    229229    /*! \}                                                                 */