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/OSGBinarySwapComposerBase.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 "OSGBinarySwapComposer.h" 
    6768 
    68 #include "boost/bind.hpp" 
    6969 
    7070OSG_BEGIN_NAMESPACE 
     
    143143    "NULL", 
    144144    0, 
    145     (PrototypeCreateF) &BinarySwapComposerBase::createEmpty, 
     145    (ProtoContainerCreateF) &BinarySwapComposerBase::createEmpty, 
    146146    BinarySwapComposer::initMethod, 
    147147    (InitalInsertDescFunc) &BinarySwapComposerBase::classDescInserter, 
     
    194194/*------------------------------ get -----------------------------------*/ 
    195195 
    196 FieldContainerType &BinarySwapComposerBase::getType(void) 
     196FieldContainerType & 
     197BinarySwapComposerBase::getType(void) 
    197198{ 
    198199    return _type; 
    199200} 
    200201 
    201 const FieldContainerType &BinarySwapComposerBase::getType(void) const 
     202FieldContainerType const & 
     203BinarySwapComposerBase::getType(void) const 
    202204{ 
    203205    return _type; 
    204206} 
    205207 
    206 UInt32 BinarySwapComposerBase::getContainerSize(void) const 
     208UInt32 
     209BinarySwapComposerBase::getContainerSize(void) const 
    207210{ 
    208211    return sizeof(BinarySwapComposer);