Show
Ignore:
Timestamp:
12/19/07 17:56:03 (9 months ago)
Author:
cneumann
Message:

changed: generic interface activated
fixed: single parent unlinking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGFieldContainerType.inl

    r780 r1033  
    3939OSG_BEGIN_NAMESPACE 
    4040 
    41 inline 
    42 FieldContainerPtr FieldContainerType::getPrototype(void) const 
     41inline FieldContainerPtr 
     42FieldContainerType::getPrototype(void) const 
    4343{ 
    4444    return _pPrototype; 
    4545} 
    4646 
    47 inline 
    48 bool FieldContainerType::isAbstract(void) const 
     47inline bool 
     48FieldContainerType::isAbstract(void) const 
    4949{ 
    5050    return (_pPrototype != NullFC) ? false : true;