Show
Ignore:
Timestamp:
04/18/08 04:10:31 (8 months ago)
Author:
vossg
Message:

changed: pointer cleanup base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/Base/OSGClusterWindowBase.h

    r1116 r1178  
    295295            const std::string         &getServiceInterface (void) const; 
    296296 
    297                   WindowPtrConst getClientWindow   (void) const; 
     297                  WindowPtr getClientWindow   (void) const; 
    298298 
    299299#ifdef OSG_1_GET_COMPAT 
     
    309309            const UInt32              &getFrameCount      (void) const; 
    310310 
    311                   ImageComposerPtrConst getComposer       (void) const; 
     311                  ImageComposerPtr getComposer       (void) const; 
    312312 
    313313#ifdef OSG_1_GET_COMPAT 
     
    332332            void setServiceAddress (const std::string &value); 
    333333            void setServiceInterface(const std::string &value); 
    334             void setClientWindow   (WindowPtrConstArg value); 
     334            void setClientWindow   (const WindowPtr value); 
    335335            void setInterleave     (const UInt32 &value); 
    336336            void setFrameCount     (const UInt32 &value); 
    337             void setComposer       (ImageComposerPtrConstArg value); 
     337            void setComposer       (const ImageComposerPtr value); 
    338338 
    339339    /*! \}                                                                 */