Changeset 1041 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGContainerPtrFuncs.inl
- Timestamp:
- 01/24/08 15:11:54 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGContainerPtrFuncs.inl
r784 r1041 197 197 198 198 inline 199 UInt32 getContainerId( FieldBundleConstPConst objectP)199 UInt32 getContainerId(ReflexiveContainer const * const objectP) 200 200 { 201 201 return PointerFuncs::getContainerId(objectP); … … 205 205 { 206 206 return PointerFuncs::getRefCount(objectP); 207 }208 209 inline210 UInt32 getContainerId(FieldContainerConstPtrConst objectP)211 {212 return PointerFuncs::getContainerId(objectP);213 207 } 214 208
