Changeset 988 for branches/Carsten_PtrWork/Source/System/Cluster/Window/SortFirst/OSGSortFirstWindowBase.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/SortFirst/OSGSortFirstWindowBase.cpp
r977 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 "OSGSortFirstWindow.h" 67 68 68 #include "boost/bind.hpp"69 69 70 70 OSG_BEGIN_NAMESPACE … … 175 175 "NULL", 176 176 0, 177 (Proto typeCreateF) &SortFirstWindowBase::createEmpty,177 (ProtoContainerCreateF) &SortFirstWindowBase::createEmpty, 178 178 SortFirstWindow::initMethod, 179 179 (InitalInsertDescFunc) &SortFirstWindowBase::classDescInserter, … … 246 246 /*------------------------------ get -----------------------------------*/ 247 247 248 FieldContainerType &SortFirstWindowBase::getType(void) 248 FieldContainerType & 249 SortFirstWindowBase::getType(void) 249 250 { 250 251 return _type; 251 252 } 252 253 253 const FieldContainerType &SortFirstWindowBase::getType(void) const 254 FieldContainerType const & 255 SortFirstWindowBase::getType(void) const 254 256 { 255 257 return _type; 256 258 } 257 259 258 UInt32 SortFirstWindowBase::getContainerSize(void) const 260 UInt32 261 SortFirstWindowBase::getContainerSize(void) const 259 262 { 260 263 return sizeof(SortFirstWindow);
