Show
Ignore:
Timestamp:
04/07/08 02:50:33 (8 months ago)
Author:
vossg
Message:

changed: merged some merge changes back to have a running reference

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/Base/Base/OSGContainerForwards.h

    r1080 r1138  
    288288    UInt32) const; 
    289289 
     290template <class ObjectTypeT, Int32 NamespaceI> 
     291class UnrecordedPointerSField; 
     292 
     293template <class ObjectTypeT, Int32 NamespaceI> 
     294class WeakPointerSField; 
     295 
     296template <class ObjectTypeT, Int32 NamespaceI> 
     297class ChildPointerSField; 
     298 
     299template <class ObjectTypeT, Int32 NamespaceI> 
     300class ParentPointerSField; 
     301 
     302template <class ObjectTypeT, Int32 NamespaceI> 
     303class UnrecordedPointerMField; 
     304 
     305template <class ObjectTypeT, Int32 NamespaceI> 
     306class WeakPointerMField; 
     307 
     308template <class ObjectTypeT, Int32 NamespaceI> 
     309class ChildPointerMField; 
     310 
     311template <class ObjectTypeT, Int32 NamespaceI> 
     312class ParentPointerMField; 
     313 
    290314OSG_END_NAMESPACE 
    291315