Show
Ignore:
Timestamp:
05/05/08 06:39:01 (4 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

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

    r1184 r1193  
    214214 
    215215 
    216 #ifdef OSG_1_GET_COMPAT 
    217                   MFString            *getMFKeys            (void); 
    218 #endif 
    219216                  MFString            *editMFKeys           (void); 
    220217            const MFString            *getMFKeys            (void) const; 
    221218 
    222 #ifdef OSG_1_GET_COMPAT 
    223                   MFString            *getMFValues          (void); 
    224 #endif 
    225219                  MFString            *editMFValues         (void); 
    226220            const MFString            *getMFValues          (void) const; 
    227221 
    228222 
    229 #ifdef OSG_1_GET_COMPAT 
    230                   std::string         &getKeys            (const UInt32 index); 
    231                   MFString            &getKeys           (void); 
    232 #endif 
    233223                  std::string         &editKeys           (const UInt32 index); 
    234             const std::string         &getKeys            (const UInt32 index) const; 
    235                   MFString            &editKeys           (void); 
    236             const MFString            &getKeys            (void) const; 
    237  
    238 #ifdef OSG_1_GET_COMPAT 
    239                   std::string         &getValues          (const UInt32 index); 
    240                   MFString            &getValues         (void); 
    241 #endif 
     224            const std::string          getKeys            (const UInt32 index) const; 
     225 
    242226                  std::string         &editValues         (const UInt32 index); 
    243             const std::string         &getValues          (const UInt32 index) const; 
    244                   MFString            &editValues         (void); 
    245             const MFString            &getValues          (void) const; 
     227            const std::string          getValues          (const UInt32 index) const; 
    246228 
    247229    /*! \}                                                                 */ 
     
    255237    /*! \name                Ptr MField Set                                */ 
    256238    /*! \{                                                                 */ 
    257  
    258  
    259  
    260239 
    261240    /*! \}                                                                 */