Show
Ignore:
Timestamp:
04/04/08 01:14:00 (5 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/SortFirst/OSGSortFirstWindowBase.h

    r1098 r1116  
    223223 
    224224 
    225     void pushToRegion                      (const UInt32    &value   ); 
    226     void insertIntoRegion                  (      UInt32     uiIndex, 
    227                                             const UInt32    &value   ); 
    228     void replaceInRegion                   (      UInt32     uiIndex, 
    229                                             const UInt32    &value   ); 
    230     void replaceInRegion                   (const UInt32    &pOldElem, 
    231                                             const UInt32    &pNewElem); 
    232     void removeFromRegion                  (      UInt32     uiIndex ); 
    233     void removeFromRegion                  (const UInt32    &value   ); 
    234     void clearRegion                       (      void               ); 
    235  
    236  
    237225    /*! \}                                                                 */ 
    238226    /*---------------------------------------------------------------------*/ 
     
    375363 
    376364  private: 
     365    /*---------------------------------------------------------------------*/ 
    377366 
    378367    // prohibit default functions (move to 'public' if you need one)