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.
---
.../RegionServerCommsOGS.cs | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
(limited to 'Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs')
diff --git a/Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs b/Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs
index 75b211d..02f17f0 100644
--- a/Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs
+++ b/Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs
@@ -10,20 +10,10 @@ namespace OpenGrid.Framework.Communications
{
public RegionServerCommsOGS()
{
- userServer = new UserServer.UserCommsManagerOGS(); //Remote User Server
- gridServer = new GridServer.GridCommsManagerOGS(); //Remote Grid Server
+ UserServer = new UserServer.UserCommsManagerOGS(); //Remote User Server
+ GridServer = new GridServer.GridCommsManagerOGS(); //Remote Grid Server
+ InterSims = new InterSimsCommsOGS();
}
-
- ///
- /// informs a neighbouring sim to expect a child agent
- ///
- ///
- ///
- ///
- public override bool InformNeighbourOfChildAgent(ulong regionHandle, AgentCircuitData agentData) //should change from agentCircuitData
- {
- return false;
- }
}
}
--
cgit v1.1