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/FieldContainer/Attachments/OSGStringAttributeMapBase.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 "OSGStringAttributeMap.h" 
    6768 
    68 #include "boost/bind.hpp" 
    6969 
    7070OSG_BEGIN_NAMESPACE 
     
    129129    "StringAttributeMap", 
    130130    0, 
    131     (PrototypeCreateF) &StringAttributeMapBase::createEmpty, 
     131    (ProtoContainerCreateF) &StringAttributeMapBase::createEmpty, 
    132132    StringAttributeMap::initMethod, 
    133133    (InitalInsertDescFunc) &StringAttributeMapBase::classDescInserter, 
     
    176176/*------------------------------ get -----------------------------------*/ 
    177177 
    178 FieldContainerType &StringAttributeMapBase::getType(void) 
     178FieldContainerType & 
     179StringAttributeMapBase::getType(void) 
    179180{ 
    180181    return _type; 
    181182} 
    182183 
    183 const FieldContainerType &StringAttributeMapBase::getType(void) const 
     184FieldContainerType const & 
     185StringAttributeMapBase::getType(void) const 
    184186{ 
    185187    return _type; 
    186188} 
    187189 
    188 UInt32 StringAttributeMapBase::getContainerSize(void) const 
     190UInt32 
     191StringAttributeMapBase::getContainerSize(void) const 
    189192{ 
    190193    return sizeof(StringAttributeMap);