- Timestamp:
- 06/09/08 01:10:45 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMapBase.h
r1197 r1288 222 222 223 223 std::string &editKeys (const UInt32 index); 224 const std::string getKeys (const UInt32 index) const;224 const std::string &getKeys (const UInt32 index) const; 225 225 226 226 std::string &editValues (const UInt32 index); 227 const std::string getValues (const UInt32 index) const;227 const std::string &getValues (const UInt32 index) const; 228 228 229 229 /*! \} */
