Show
Ignore:
Timestamp:
02/27/08 09:30:29 (9 months ago)
Author:
cneumann
Message:

fixed: Overzealous use of RefPtr? replaced with InternalRefPtr?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FileIO/OSB/OSGOSBElementBase.h

    r1034 r1063  
    111111    static const UInt16      OSGOSBHeaderVersion100; 
    112112    static const UInt16      OSGOSBHeaderVersion200; 
    113     static const UInt16      OSGOSBHeaderVersion201; 
     113//     static const UInt16      OSGOSBHeaderVersion201; 
    114114 
    115115    static const std::string OSGOSB_HEADER_ID_1; 
    116116    static const std::string OSGOSB_HEADER_ID_2; 
    117     static const std::string OSGOSB_HEADER_ID_201; 
     117//     static const std::string OSGOSB_HEADER_ID_201; 
    118118 
    119119    /*! \}                                                                 */ 
     
    225225    /*==========================  PRIVATE  ================================*/ 
    226226  private: 
    227     FieldContainerRefPtr  _container; 
    228     OSBRootElement       *_rootElement; 
    229     UInt16                _version; 
     227    FieldContainerInternalRefPtr  _container; 
     228    OSBRootElement               *_rootElement; 
     229    UInt16                        _version; 
    230230 
    231231    /*!\brief prohibit default function (move to 'public' if needed)       */