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/BalancedMultiWindow/OSGBalancedMultiWindowBase.cpp

    r976 r988  
    5757#include <cstdio> 
    5858#include <boost/assign/list_of.hpp> 
     59#include <boost/bind.hpp> 
    5960 
    6061#include <OSGConfig.h> 
     
    6667#include "OSGBalancedMultiWindow.h" 
    6768 
    68 #include "boost/bind.hpp" 
    6969 
    7070OSG_BEGIN_NAMESPACE 
     
    175175    "NULL", 
    176176    0, 
    177     (PrototypeCreateF) &BalancedMultiWindowBase::createEmpty, 
     177    (ProtoContainerCreateF) &BalancedMultiWindowBase::createEmpty, 
    178178    BalancedMultiWindow::initMethod, 
    179179    (InitalInsertDescFunc) &BalancedMultiWindowBase::classDescInserter, 
     
    248248/*------------------------------ get -----------------------------------*/ 
    249249 
    250 FieldContainerType &BalancedMultiWindowBase::getType(void) 
     250FieldContainerType & 
     251BalancedMultiWindowBase::getType(void) 
    251252{ 
    252253    return _type; 
    253254} 
    254255 
    255 const FieldContainerType &BalancedMultiWindowBase::getType(void) const 
     256FieldContainerType const & 
     257BalancedMultiWindowBase::getType(void) const 
    256258{ 
    257259    return _type; 
    258260} 
    259261 
    260 UInt32 BalancedMultiWindowBase::getContainerSize(void) const 
     262UInt32 
     263BalancedMultiWindowBase::getContainerSize(void) const 
    261264{ 
    262265    return sizeof(BalancedMultiWindow);