Changeset 988 for branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGBinarySwapComposerBase.cpp
- Timestamp:
- 10/24/07 19:30:30 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGBinarySwapComposerBase.cpp
r976 r988 57 57 #include <cstdio> 58 58 #include <boost/assign/list_of.hpp> 59 #include <boost/bind.hpp> 59 60 60 61 #include <OSGConfig.h> … … 66 67 #include "OSGBinarySwapComposer.h" 67 68 68 #include "boost/bind.hpp"69 69 70 70 OSG_BEGIN_NAMESPACE … … 143 143 "NULL", 144 144 0, 145 (Proto typeCreateF) &BinarySwapComposerBase::createEmpty,145 (ProtoContainerCreateF) &BinarySwapComposerBase::createEmpty, 146 146 BinarySwapComposer::initMethod, 147 147 (InitalInsertDescFunc) &BinarySwapComposerBase::classDescInserter, … … 194 194 /*------------------------------ get -----------------------------------*/ 195 195 196 FieldContainerType &BinarySwapComposerBase::getType(void) 196 FieldContainerType & 197 BinarySwapComposerBase::getType(void) 197 198 { 198 199 return _type; 199 200 } 200 201 201 const FieldContainerType &BinarySwapComposerBase::getType(void) const 202 FieldContainerType const & 203 BinarySwapComposerBase::getType(void) const 202 204 { 203 205 return _type; 204 206 } 205 207 206 UInt32 BinarySwapComposerBase::getContainerSize(void) const 208 UInt32 209 BinarySwapComposerBase::getContainerSize(void) const 207 210 { 208 211 return sizeof(BinarySwapComposer);
