- Timestamp:
- 05/05/08 06:58:23 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/Base/OSGClusterWindowBase.h
r1193 r1197 295 295 const std::string getServiceInterface (void) const; 296 296 297 Window PtrgetClientWindow (void) const;297 Window * getClientWindow (void) const; 298 298 299 299 #ifdef OSG_1_GET_COMPAT … … 309 309 const UInt32 getFrameCount (void) const; 310 310 311 ImageComposer PtrgetComposer (void) const;311 ImageComposer * getComposer (void) const; 312 312 313 313 #ifdef OSG_1_GET_COMPAT … … 330 330 void setServiceAddress (const std::string &value); 331 331 void setServiceInterface(const std::string &value); 332 void setClientWindow ( const WindowPtrvalue);332 void setClientWindow (Window * const value); 333 333 void setInterleave (const UInt32 &value); 334 334 void setFrameCount (const UInt32 &value); 335 void setComposer ( const ImageComposerPtrvalue);335 void setComposer (ImageComposer * const value); 336 336 337 337 /*! \} */ … … 362 362 /*! \{ */ 363 363 364 static ClusterWindowTransitPtr create (void);365 static ClusterWindow PtrcreateEmpty (void);366 367 static ClusterWindowTransitPtr createLocal (368 BitVector bFlags = FCLocal::All);369 370 static ClusterWindow PtrcreateEmptyLocal(364 static ClusterWindowTransitPtr create (void); 365 static ClusterWindow *createEmpty (void); 366 367 static ClusterWindowTransitPtr createLocal ( 368 BitVector bFlags = FCLocal::All); 369 370 static ClusterWindow *createEmptyLocal( 371 371 BitVector bFlags = FCLocal::All); 372 372 … … 492 492 493 493 #ifdef OSG_MT_CPTR_ASPECT 494 virtual FieldContainer PtrcreateAspectCopy(void) const;494 virtual FieldContainer *createAspectCopy(void) const; 495 495 #endif 496 496
