- Timestamp:
- 02/27/08 09:30:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FileIO/OSB/OSGOSBElementBase.h
r1034 r1063 111 111 static const UInt16 OSGOSBHeaderVersion100; 112 112 static const UInt16 OSGOSBHeaderVersion200; 113 static const UInt16 OSGOSBHeaderVersion201;113 // static const UInt16 OSGOSBHeaderVersion201; 114 114 115 115 static const std::string OSGOSB_HEADER_ID_1; 116 116 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; 118 118 119 119 /*! \} */ … … 225 225 /*========================== PRIVATE ================================*/ 226 226 private: 227 FieldContainer RefPtr _container;228 OSBRootElement *_rootElement;229 UInt16 _version;227 FieldContainerInternalRefPtr _container; 228 OSBRootElement *_rootElement; 229 UInt16 _version; 230 230 231 231 /*!\brief prohibit default function (move to 'public' if needed) */
