Changeset 988 for branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.cpp
- Timestamp:
- 10/24/07 19:30:30 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.cpp
r979 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> … … 67 68 #include "OSGSortLastWindow.h" 68 69 69 #include "boost/bind.hpp"70 70 71 71 OSG_BEGIN_NAMESPACE … … 144 144 "NULL", 145 145 0, 146 (Proto typeCreateF) &SortLastWindowBase::createEmpty,146 (ProtoContainerCreateF) &SortLastWindowBase::createEmpty, 147 147 SortLastWindow::initMethod, 148 148 (InitalInsertDescFunc) &SortLastWindowBase::classDescInserter, … … 194 194 /*------------------------------ get -----------------------------------*/ 195 195 196 FieldContainerType &SortLastWindowBase::getType(void) 196 FieldContainerType & 197 SortLastWindowBase::getType(void) 197 198 { 198 199 return _type; 199 200 } 200 201 201 const FieldContainerType &SortLastWindowBase::getType(void) const 202 FieldContainerType const & 203 SortLastWindowBase::getType(void) const 202 204 { 203 205 return _type; 204 206 } 205 207 206 UInt32 SortLastWindowBase::getContainerSize(void) const 208 UInt32 209 SortLastWindowBase::getContainerSize(void) const 207 210 { 208 211 return sizeof(SortLastWindow);
