- Timestamp:
- 04/06/07 00:00:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mixin-collappse/Source/System/FieldContainer/Base/OSGContainerPtrFuncs.h
r650 r660 61 61 { 62 62 template <class PtrT> 63 static void addRef (const PtrT objectP); 64 65 template <class PtrT> 66 static void subRef (const PtrT objectP); 67 68 template <class PtrT> 69 static void shallowSubRef (const PtrT objectP); 63 static void addRef (const PtrT objectP); 64 65 template <class PtrT> 66 static void subRef (const PtrT objectP); 67 68 template <class PtrT> 69 static void subRefLocalVar (const PtrT objectP); 70 71 template <class PtrT> 72 static void shallowSubRef (const PtrT objectP); 70 73 71 74 template <class PtrT> … … 163 166 void subRef(FieldContainerPtrConst objectP); 164 167 168 inline 169 void subRefLocalVar(FieldContainerPtrConst objectP); 170 165 171 #ifndef OSG_MT_FIELDCONTAINERPTR 166 172 inline
