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/SortLast/OSGParallelComposerBase.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 "OSGParallelComposer.h" 
    6768 
    68 #include "boost/bind.hpp" 
    6969 
    7070OSG_BEGIN_NAMESPACE 
     
    143143    "NULL", 
    144144    0, 
    145     (PrototypeCreateF) &ParallelComposerBase::createEmpty, 
     145    (ProtoContainerCreateF) &ParallelComposerBase::createEmpty, 
    146146    ParallelComposer::initMethod, 
    147147    (InitalInsertDescFunc) &ParallelComposerBase::classDescInserter, 
     
    195195/*------------------------------ get -----------------------------------*/ 
    196196 
    197 FieldContainerType &ParallelComposerBase::getType(void) 
     197FieldContainerType & 
     198ParallelComposerBase::getType(void) 
    198199{ 
    199200    return _type; 
    200201} 
    201202 
    202 const FieldContainerType &ParallelComposerBase::getType(void) const 
     203FieldContainerType const & 
     204ParallelComposerBase::getType(void) const 
    203205{ 
    204206    return _type; 
    205207} 
    206208 
    207 UInt32 ParallelComposerBase::getContainerSize(void) const 
     209UInt32 
     210ParallelComposerBase::getContainerSize(void) const 
    208211{ 
    209212    return sizeof(ParallelComposer);