Show
Ignore:
Timestamp:
12/19/07 17:56:03 (9 months ago)
Author:
cneumann
Message:

changed: generic interface activated
fixed: single parent unlinking

Files:

Legend:

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

    r997 r1033  
    131131    /*! \{                                                                 */ 
    132132 
    133     WindowPtr         _window; 
    134     PointConnection  *_connection; 
    135     std::string       _requestAddress; 
    136     std::string       _boundAddress; 
    137     ClusterWindowPtr  _clusterWindow; 
    138     RemoteAspect     *_aspect; 
    139     std::string       _serviceName; 
    140     std::string       _connectionType; 
    141     UInt32            _servicePort; 
    142     std::string       _serviceGroup; 
    143     UInt32            _serverId; 
    144     std::string       _interface; 
     133    WindowRefPtr         _window; 
     134    PointConnection     *_connection; 
     135    std::string          _requestAddress; 
     136    std::string          _boundAddress; 
     137    ClusterWindowRefPtr  _clusterWindow; 
     138    RemoteAspect        *_aspect; 
     139    std::string          _serviceName; 
     140    std::string          _connectionType; 
     141    UInt32               _servicePort; 
     142    std::string          _serviceGroup; 
     143    UInt32               _serverId; 
     144    std::string          _interface; 
    145145 
    146146    /*! \}                                                                 */