aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications/SandBoxManager.cs
diff options
context:
space:
mode:
authorMW2007-06-10 19:08:51 +0000
committerMW2007-06-10 19:08:51 +0000
commitfd1a0a13749338ead01eddf59663704aae539ea7 (patch)
tree017c1a182764ecd1bd60f661f89e8e318b50bdfc /Common/OpenGrid.Framework.Communications/SandBoxManager.cs
parentAdded SandBoxManager which in sandbox mode, acts as the backend server for th... (diff)
downloadopensim-SC_OLD-fd1a0a13749338ead01eddf59663704aae539ea7.zip
opensim-SC_OLD-fd1a0a13749338ead01eddf59663704aae539ea7.tar.gz
opensim-SC_OLD-fd1a0a13749338ead01eddf59663704aae539ea7.tar.bz2
opensim-SC_OLD-fd1a0a13749338ead01eddf59663704aae539ea7.tar.xz
Added InterSimComms (Likely to be renamed) to the commsManager and moved the InformClientOfNeighbours method into that.
Diffstat (limited to '')
-rw-r--r--Common/OpenGrid.Framework.Communications/SandBoxManager.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/Common/OpenGrid.Framework.Communications/SandBoxManager.cs b/Common/OpenGrid.Framework.Communications/SandBoxManager.cs
index 4094658..dc2c3cb 100644
--- a/Common/OpenGrid.Framework.Communications/SandBoxManager.cs
+++ b/Common/OpenGrid.Framework.Communications/SandBoxManager.cs
@@ -19,9 +19,7 @@ namespace OpenGrid.Framework.Communications
19 } 19 }
20 20
21 /// <summary> 21 /// <summary>
22 /// Main Register a region method with the CommsManager. 22 /// Register a region method with the SandBoxManager.
23 /// Should do anything that is needed and also call the RegisterRegion method in the gridserver class
24 /// to inform the grid server (in grid mode).
25 /// </summary> 23 /// </summary>
26 /// <param name="regionInfo"></param> 24 /// <param name="regionInfo"></param>
27 /// <returns></returns> 25 /// <returns></returns>
@@ -43,9 +41,6 @@ namespace OpenGrid.Framework.Communications
43 } 41 }
44 42
45 /// <summary> 43 /// <summary>
46 /// In the current class structure this shouldn't be here as it should only be in the gridserver class
47 /// but having it there in sandbox mode makes things very difficult, so for now until something is sorted out
48 /// it will have to be here as well
49 /// </summary> 44 /// </summary>
50 /// <param name="regionInfo"></param> 45 /// <param name="regionInfo"></param>
51 /// <returns></returns> 46 /// <returns></returns>
@@ -73,9 +68,6 @@ namespace OpenGrid.Framework.Communications
73 } 68 }
74 69
75 /// <summary> 70 /// <summary>
76 /// informs a neighbouring sim to expect a child agent
77 /// I guess if we are going to stick with the current class structure then we need a intersim class
78 /// but think we need to really rethink the class structure as currently it makes things very messy for sandbox mode
79 /// </summary> 71 /// </summary>
80 /// <param name="regionHandle"></param> 72 /// <param name="regionHandle"></param>
81 /// <param name="agentData"></param> 73 /// <param name="agentData"></param>