Show
Ignore:
Timestamp:
04/06/07 00:00:32 (2 years ago)
Author:
vossg
Message:

fixed : improved multi aspect value field deletion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mixin-collappse/Source/System/FieldContainer/Base/OSGContainerPtrFuncs.h

    r650 r660  
    6161{ 
    6262    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); 
    7073 
    7174    template <class PtrT>  
     
    163166void subRef(FieldContainerPtrConst objectP); 
    164167 
     168inline 
     169void subRefLocalVar(FieldContainerPtrConst objectP); 
     170 
    165171#ifndef OSG_MT_FIELDCONTAINERPTR 
    166172inline