Show
Ignore:
Timestamp:
05/05/08 07:12:19 (4 months ago)
Author:
vossg
Message:

changed: interface cleanup, removed ptr typedefs, nullfc

these will be needed for the 1.x compat stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Server/OSGClusterServer.h

    r1105 r1198  
    6262    /*! \{                                                                 */ 
    6363 
    64     ClusterServer(           WindowPtr  window, 
     64    ClusterServer(           Window    *window, 
    6565                  const std::string    &serviceName, 
    6666                  const std::string    &connectionType = "StreamSock", 
     
    102102    /*! \{                                                                 */ 
    103103 
    104     WindowPtr     getClusterWindow(void); 
    105     WindowPtr     getServerWindow (void); 
     104    Window       *getClusterWindow(void); 
     105    Window       *getServerWindow (void); 
    106106 
    107107    RemoteAspect *getRemoteAspect (void) const; 
     
    123123    /*! \{                                                                 */ 
    124124 
    125     bool windowChanged(const FieldContainerPtr &fcp, 
    126                              RemoteAspect      *   ); 
     125    bool windowChanged(FieldContainer * const fcp, 
     126                       RemoteAspect   *          ); 
    127127 
    128128    /*! \}                                                                 */