Changeset 1136

Show
Ignore:
Timestamp:
04/06/08 23:19:47 (5 months ago)
Author:
vossg
Message:

fixed: compile problems

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Base/OSGFieldContainer.h

    r1128 r1136  
    260260    virtual bool linkParent  (FieldContainerPtrConst pParent, 
    261261                              UInt16 const           childFieldId, 
    262                               UInt16 const           parentFieldId); 
     262                              UInt16 const           parentFieldId)  
     263        {return false;} 
     264 
    263265    OSG_SYSTEM_DLLMAPPING 
    264266    virtual bool unlinkParent(FieldContainerPtrConst pParent, 
    265                               UInt16 const           parentFieldId); 
     267                              UInt16 const           parentFieldId)  
     268        {return false;} 
    266269             
    267270    OSG_SYSTEM_DLLMAPPING 
    268271    virtual bool unlinkChild (FieldContainerPtrConst pChild, 
    269                               UInt16 const           childFieldId ); 
     272                              UInt16 const           childFieldId )  
     273        {return false;} 
    270274     
    271275#endif