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/OSG/OSGOSGLoader.h

    r1039 r1063  
    135135    /*! \{                                                                 */ 
    136136 
    137           FieldContainerRefPtr                  _pCurrentFC; 
    138           NodeRefPtr                            _pRootNode; 
     137          FieldContainerInternalRefPtr          _pCurrentFC; 
     138          NodeInternalRefPtr                    _pRootNode; 
    139139          EditFieldHandlePtr                    _pCurrentField; 
    140140    const FieldDescriptionBase                 *_pCurrentFieldDesc; 
    141141          NamedFCMap                            _defMap; 
    142142 
    143           std::stack<      FieldContainerRefPtr  >  _fcStack; 
    144           std::stack<      EditFieldHandlePtr    >  _fStack; 
    145           std::stack<const FieldDescriptionBase *>  _fdStack; 
     143          std::stack<      FieldContainerInternalRefPtr  >  _fcStack; 
     144          std::stack<      EditFieldHandlePtr            >  _fStack; 
     145          std::stack<const FieldDescriptionBase         *>  _fdStack; 
    146146     
    147147          BitVector                                _bvChanged;