Changeset 988 for branches/Carsten_PtrWork/Source/System/Cluster/Window/Base/OSGClusterWindowBase.cpp
- Timestamp:
- 10/24/07 19:30:30 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/Cluster/Window/Base/OSGClusterWindowBase.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> … … 68 69 #include "OSGClusterWindow.h" 69 70 70 #include "boost/bind.hpp"71 71 72 72 OSG_BEGIN_NAMESPACE … … 305 305 "NULL", 306 306 0, 307 (Proto typeCreateF) &ClusterWindowBase::createEmpty,307 (ProtoContainerCreateF) &ClusterWindowBase::createEmpty, 308 308 ClusterWindow::initMethod, 309 309 (InitalInsertDescFunc) &ClusterWindowBase::classDescInserter, … … 486 486 /*------------------------------ get -----------------------------------*/ 487 487 488 FieldContainerType &ClusterWindowBase::getType(void) 488 FieldContainerType & 489 ClusterWindowBase::getType(void) 489 490 { 490 491 return _type; 491 492 } 492 493 493 const FieldContainerType &ClusterWindowBase::getType(void) const 494 FieldContainerType const & 495 ClusterWindowBase::getType(void) const 494 496 { 495 497 return _type; 496 498 } 497 499 498 UInt32 ClusterWindowBase::getContainerSize(void) const 500 UInt32 501 ClusterWindowBase::getContainerSize(void) const 499 502 { 500 503 return sizeof(ClusterWindow); … … 984 987 _sfServiceAddress (source._sfServiceAddress ), 985 988 _sfServiceInterface (source._sfServiceInterface ), 986 _sfClientWindow (WindowInternalRefPtr( NullFC)),989 _sfClientWindow (WindowInternalRefPtr()), 987 990 _sfInterleave (source._sfInterleave ), 988 991 _sfFrameCount (source._sfFrameCount ), 989 _sfComposer (ImageComposerInternalRefPtr( NullFC)),992 _sfComposer (ImageComposerInternalRefPtr()), 990 993 _mfAutostart (source._mfAutostart ) 991 994 {
