Show
Ignore:
Timestamp:
12/03/07 15:48:13 (1 year ago)
Author:
cneumann
Message:

fixed: compile errors

reference counting


It compiles on linux (when disabling the VRML Loader) and the first
ref counting tests seem to work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/Cluster/Base/OSGRemoteAspect.h

    r835 r1030  
    6767    enum DataTypes  
    6868    { 
    69         SYNCENDED = 1, 
    70         CREATED   = 2, 
    71         DESTROYED = 3, 
    72         NEWTYPE   = 4, 
    73         CHANGED   = 5, 
    74         ADDREFED  = 6, 
    75         SUBREFED  = 7, 
    76         IDMAPPING = 8 
     69        SYNCENDED         = 1, 
     70        CREATED           = 2, 
     71        DESTROYED         = 3, 
     72        NEWTYPE           = 4, 
     73        CHANGED           = 5, 
     74        ADDEXTERNALREFED  = 6, 
     75        SUBEXTERNALREFED  = 7, 
     76        IDMAPPING         = 8 
    7777    }; 
    7878 
     
    217217    friend class RemoteAspectFieldContainerMapper; 
    218218 
    219        // prohibit default functions (move to 'public' if you need one) 
     219    // prohibit default functions (move to 'public' if you need one) 
    220220 
    221221    RemoteAspect(const RemoteAspect &source);