Show
Ignore:
Timestamp:
10/24/07 19:30:30 (10 months 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/SortFirst/OSGSortFirstWindowBase.cpp

    r977 r988  
    5757#include <cstdio> 
    5858#include <boost/assign/list_of.hpp> 
     59#include <boost/bind.hpp> 
    5960 
    6061#include <OSGConfig.h> 
     
    6667#include "OSGSortFirstWindow.h" 
    6768 
    68 #include "boost/bind.hpp" 
    6969 
    7070OSG_BEGIN_NAMESPACE 
     
    175175    "NULL", 
    176176    0, 
    177     (PrototypeCreateF) &SortFirstWindowBase::createEmpty, 
     177    (ProtoContainerCreateF) &SortFirstWindowBase::createEmpty, 
    178178    SortFirstWindow::initMethod, 
    179179    (InitalInsertDescFunc) &SortFirstWindowBase::classDescInserter, 
     
    246246/*------------------------------ get -----------------------------------*/ 
    247247 
    248 FieldContainerType &SortFirstWindowBase::getType(void) 
     248FieldContainerType & 
     249SortFirstWindowBase::getType(void) 
    249250{ 
    250251    return _type; 
    251252} 
    252253 
    253 const FieldContainerType &SortFirstWindowBase::getType(void) const 
     254FieldContainerType const & 
     255SortFirstWindowBase::getType(void) const 
    254256{ 
    255257    return _type; 
    256258} 
    257259 
    258 UInt32 SortFirstWindowBase::getContainerSize(void) const 
     260UInt32 
     261SortFirstWindowBase::getContainerSize(void) const 
    259262{ 
    260263    return sizeof(SortFirstWindow);