Hello Michael,
Michael Raab wrote:
thanks for both patches I'll test them. Would be please post the second
patch on list?
sure, here it is.
Cheers,
Carsten
Index: Source/System/Cluster/Server/OSGClusterServer.h
===================================================================
RCS file: /cvsroot/opensg/OpenSG/Source/System/Cluster/Server/OSGClusterServer.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Source/System/Cluster/Server/OSGClusterServer.h 22 Nov 2004 14:38:32 -0000 1.11
+++ Source/System/Cluster/Server/OSGClusterServer.h 2 Jul 2010 19:29:52 -0000 1.12
@@ -96,10 +96,11 @@
/*! \name window access */
/*! \{ */
- WindowPtr getClusterWindow (void);
- WindowPtr getServerWindow (void);
+ WindowPtr getClusterWindow(void);
+ WindowPtr getServerWindow (void);
- inline RemoteAspect *getRemoteAspect (void) const;
+ inline RemoteAspect *getRemoteAspect (void) const;
+ inline UInt32 getServerId (void) const;
/*! \} */
/*---------------------------------------------------------------------*/
Index: Source/System/Cluster/Server/OSGClusterServer.inl
===================================================================
RCS file: /cvsroot/opensg/OpenSG/Source/System/Cluster/Server/OSGClusterServer.inl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Source/System/Cluster/Server/OSGClusterServer.inl 30 Jan 2004 14:30:28 -0000 1.4
+++ Source/System/Cluster/Server/OSGClusterServer.inl 2 Jul 2010 19:29:52 -0000 1.5
@@ -49,6 +49,12 @@
}
inline
+UInt32 ClusterServer::getServerId(void) const
+{
+ return _serverId;
+}
+
+inline
void ClusterServer::setInterface(const std::string &interf)
{
_interface = interf;
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users