- Timestamp:
- 04/18/08 04:10:31 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/Base/OSGClusterWindowBase.h
r1116 r1178 295 295 const std::string &getServiceInterface (void) const; 296 296 297 WindowPtr ConstgetClientWindow (void) const;297 WindowPtr getClientWindow (void) const; 298 298 299 299 #ifdef OSG_1_GET_COMPAT … … 309 309 const UInt32 &getFrameCount (void) const; 310 310 311 ImageComposerPtr ConstgetComposer (void) const;311 ImageComposerPtr getComposer (void) const; 312 312 313 313 #ifdef OSG_1_GET_COMPAT … … 332 332 void setServiceAddress (const std::string &value); 333 333 void setServiceInterface(const std::string &value); 334 void setClientWindow ( WindowPtrConstArgvalue);334 void setClientWindow (const WindowPtr value); 335 335 void setInterleave (const UInt32 &value); 336 336 void setFrameCount (const UInt32 &value); 337 void setComposer ( ImageComposerPtrConstArgvalue);337 void setComposer (const ImageComposerPtr value); 338 338 339 339 /*! \} */
