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/OSGSepiaComposerBase.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 "OSGSepiaComposer.h" 
    6768 
    68 #include "boost/bind.hpp" 
    6969 
    7070OSG_BEGIN_NAMESPACE 
     
    8484    "NULL", 
    8585    0, 
    86     (PrototypeCreateF) &SepiaComposerBase::createEmpty, 
     86    (ProtoContainerCreateF) &SepiaComposerBase::createEmpty, 
    8787    SepiaComposer::initMethod, 
    8888    NULL, 
     
    108108/*------------------------------ get -----------------------------------*/ 
    109109 
    110 FieldContainerType &SepiaComposerBase::getType(void) 
     110FieldContainerType & 
     111SepiaComposerBase::getType(void) 
    111112{ 
    112113    return _type; 
    113114} 
    114115 
    115 const FieldContainerType &SepiaComposerBase::getType(void) const 
     116FieldContainerType const & 
     117SepiaComposerBase::getType(void) const 
    116118{ 
    117119    return _type; 
    118120} 
    119121 
    120 UInt32 SepiaComposerBase::getContainerSize(void) const 
     122UInt32 
     123SepiaComposerBase::getContainerSize(void) const 
    121124{ 
    122125    return sizeof(SepiaComposer);