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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Misc/OSGContainerCollectionBase.h

    r1184 r1193  
    136136                  SFString            *editSFName           (void); 
    137137            const SFString            *getSFName            (void) const; 
    138             const MFUnrecFieldContainerPtr *getMFContainers      (void) const; 
     138            const MFUnrecFieldContainerPtr *getMFContainers     (void) const; 
     139                  MFUnrecFieldContainerPtr *editMFContainers     (void); 
    139140 
    140141 
     
    143144#endif 
    144145                  std::string         &editName           (void); 
    145             const std::string         &getName            (void) const; 
     146            const std::string          getName            (void) const; 
    146147 
    147148                  FieldContainerPtr getContainers     (const UInt32 index) const; 
    148             const MFUnrecFieldContainerPtr &getContainers     (void) const; 
    149149 
    150150    /*! \}                                                                 */ 
     
    167167    void pushToContainers           (const FieldContainerPtr value   ); 
    168168    void assignContainers           (const MFUnrecFieldContainerPtr &value); 
    169     void insertIntoContainers      (      UInt32         uiIndex, 
    170                                              const FieldContainerPtr value   ); 
    171     void replaceInContainers  (      UInt32         uiIndex, 
    172                                              const FieldContainerPtr value   ); 
    173     void replaceInContainers (const FieldContainerPtr pOldElem, 
    174                                              const FieldContainerPtr pNewElem); 
    175169    void removeFromContainers (UInt32                uiIndex ); 
    176170    void removeFromContainers(const FieldContainerPtr value   );