From fd1a0a13749338ead01eddf59663704aae539ea7 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 10 Jun 2007 19:08:51 +0000 Subject: Added InterSimComms (Likely to be renamed) to the commsManager and moved the InformClientOfNeighbours method into that. --- .../RegionServerCommsManager.cs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs') diff --git a/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs index 810477a..e48ac71 100644 --- a/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs +++ b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs @@ -12,17 +12,13 @@ namespace OpenGrid.Framework.Communications public class RegionServerCommsManager { - public UserServer.UserCommsManagerBase userServer; - public GridServer.GridCommsManagerBase gridServer; + public UserServer.UserCommsManagerBase UserServer; + public GridServer.GridCommsManagerBase GridServer; + public InterSimsCommsBase InterSims; public RegionServerCommsManager() { } - - public virtual bool InformNeighbourOfChildAgent(ulong regionHandle, AgentCircuitData agentData) //should change from agentCircuitData - { - return false; - } } } -- cgit v1.1