Changeset 1198 for trunk/Source/System/Cluster/Server/OSGClusterServer.h
- Timestamp:
- 05/05/08 07:12:19 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Server/OSGClusterServer.h
r1105 r1198 62 62 /*! \{ */ 63 63 64 ClusterServer( Window Ptrwindow,64 ClusterServer( Window *window, 65 65 const std::string &serviceName, 66 66 const std::string &connectionType = "StreamSock", … … 102 102 /*! \{ */ 103 103 104 Window PtrgetClusterWindow(void);105 Window PtrgetServerWindow (void);104 Window *getClusterWindow(void); 105 Window *getServerWindow (void); 106 106 107 107 RemoteAspect *getRemoteAspect (void) const; … … 123 123 /*! \{ */ 124 124 125 bool windowChanged( const FieldContainerPtr &fcp,126 RemoteAspect *);125 bool windowChanged(FieldContainer * const fcp, 126 RemoteAspect * ); 127 127 128 128 /*! \} */
