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/FieldContainer/Fields/OSGGetSParentFCPointerFieldHandle.h

    r1017 r1030  
    114114    /*! \{                                                                 */ 
    115115            
    116     virtual FieldContainer *get             (void) const = 0; 
    117     virtual UInt16          getParentFieldId(void) const = 0; 
     116    virtual FieldContainer *get               (void) const = 0; 
     117    virtual UInt16          getChildrenFieldId(void) const = 0; 
    118118                 
    119119    /*! \}                                                                 */