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.cpp

    r979 r988  
    5757#include <cstdio> 
    5858#include <boost/assign/list_of.hpp> 
     59#include <boost/bind.hpp> 
    5960 
    6061#include <OSGConfig.h> 
     
    6768#include "OSGSortLastWindow.h" 
    6869 
    69 #include "boost/bind.hpp" 
    7070 
    7171OSG_BEGIN_NAMESPACE 
     
    144144    "NULL", 
    145145    0, 
    146     (PrototypeCreateF) &SortLastWindowBase::createEmpty, 
     146    (ProtoContainerCreateF) &SortLastWindowBase::createEmpty, 
    147147    SortLastWindow::initMethod, 
    148148    (InitalInsertDescFunc) &SortLastWindowBase::classDescInserter, 
     
    194194/*------------------------------ get -----------------------------------*/ 
    195195 
    196 FieldContainerType &SortLastWindowBase::getType(void) 
     196FieldContainerType & 
     197SortLastWindowBase::getType(void) 
    197198{ 
    198199    return _type; 
    199200} 
    200201 
    201 const FieldContainerType &SortLastWindowBase::getType(void) const 
     202FieldContainerType const & 
     203SortLastWindowBase::getType(void) const 
    202204{ 
    203205    return _type; 
    204206} 
    205207 
    206 UInt32 SortLastWindowBase::getContainerSize(void) const 
     208UInt32 
     209SortLastWindowBase::getContainerSize(void) const 
    207210{ 
    208211    return sizeof(SortLastWindow);