Show
Ignore:
Timestamp:
10/24/07 19:30:30 (1 year ago)
Author:
cneumann
Message:

fixed: FieldBundle? templates, pointers and fields updated

lots of compile errors - some remain

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.inl

    r976 r988  
    4949\*****************************************************************************/ 
    5050 
    51 #include "OSGContainerPtrFuncs.h" 
     51// #include "OSGContainerPtrFuncs.h" 
    5252 
    5353OSG_BEGIN_NAMESPACE 
    5454 
    5555//! access the type of the class 
    56 inline 
    57 OSG::FieldContainerType &SortLastWindowBase::getClassType(void) 
     56inline OSG::FieldContainerType & 
     57SortLastWindowBase::getClassType(void) 
    5858{ 
    5959    return _type; 
     
    6161 
    6262//! access the numerical type of the class 
    63 inline 
    64 OSG::UInt32 SortLastWindowBase::getClassTypeId(void) 
     63inline OSG::UInt32 
     64SortLastWindowBase::getClassTypeId(void) 
    6565{ 
    6666    return _type.getId(); 
    6767} 
    6868 
    69 inline 
    70 OSG::UInt16 SortLastWindowBase::getClassGroupId(void) 
     69inline OSG::UInt16 
     70SortLastWindowBase::getClassGroupId(void) 
    7171{ 
    7272    return _type.getGroupId();