Show
Ignore:
Timestamp:
12/29/06 10:28:00 (2 years ago)
Author:
cneumann
Message:

- regenerated all base files to include the full set

of access functions for non-ptr mfields.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Groups/Misc/OSGProxyGroupBase.h

    r435 r459  
    365365 
    366366 
    367     void pushToInline              (const UInt8& value   ); 
    368     void insertIntoInline      (UInt32                uiIndex, 
    369                                              const UInt8& value   ); 
    370     void replaceInInline  (UInt32                uiIndex, 
    371                                              const UInt8& value   ); 
    372     void replaceInInline (const UInt8& pOldElem, 
    373                                              const UInt8& pNewElem); 
    374     void removeFromInline (UInt32                uiIndex ); 
    375     void removeFromInline(const UInt8& value   ); 
    376     void clearInline                (void                          ); 
    377  
    378  
     367    void pushToInline                      (const UInt8     &value   ); 
     368    void insertIntoInline                  (      UInt32     uiIndex, 
     369                                            const UInt8     &value   ); 
     370    void replaceInInline                   (      UInt32     uiIndex, 
     371                                            const UInt8     &value   ); 
     372    void replaceInInline                   (const UInt8     &pOldElem, 
     373                                            const UInt8     &pNewElem); 
     374    void removeFromInline                  (      UInt32     uiIndex ); 
     375    void removeFromInline                  (const UInt8     &value   ); 
     376    void clearInline                       (      void               ); 
    379377 
    380378