diff options
author | MW | 2007-06-10 18:51:45 +0000 |
---|---|---|
committer | MW | 2007-06-10 18:51:45 +0000 |
commit | 453fadd94071545b76706674bb284402c9a065c0 (patch) | |
tree | e971a1970f5926da1a9393b94f9b3e109a8cd14b /Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs | |
parent | Added a Couple of summary comments (diff) | |
download | opensim-SC-453fadd94071545b76706674bb284402c9a065c0.zip opensim-SC-453fadd94071545b76706674bb284402c9a065c0.tar.gz opensim-SC-453fadd94071545b76706674bb284402c9a065c0.tar.bz2 opensim-SC-453fadd94071545b76706674bb284402c9a065c0.tar.xz |
Added SandBoxManager which in sandbox mode, acts as the backend server for the CommsManager interfaces (commsManager.gridServer etc).
Diffstat (limited to 'Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs b/Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs index b746f92..75b211d 100644 --- a/Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs +++ b/Common/OpenGrid.Framework.Communications/RegionServerCommsOGS.cs | |||
@@ -14,27 +14,9 @@ namespace OpenGrid.Framework.Communications | |||
14 | gridServer = new GridServer.GridCommsManagerOGS(); //Remote Grid Server | 14 | gridServer = new GridServer.GridCommsManagerOGS(); //Remote Grid Server |
15 | } | 15 | } |
16 | 16 | ||
17 | public override RegionCommsHostBase RegisterRegion(RegionInfo regionInfo) | ||
18 | { | ||
19 | return gridServer.RegisterRegion(regionInfo); | ||
20 | } | ||
21 | |||
22 | /// <summary> | ||
23 | /// In the current class structure this shouldn't be here as it should only be in the gridserver class | ||
24 | /// but having it there in sandbox mode makes things very difficult, so for now until something is sorted out | ||
25 | /// it will have to be here as well | ||
26 | /// </summary> | ||
27 | /// <param name="regionInfo"></param> | ||
28 | /// <returns></returns> | ||
29 | public override List<RegionInfo> RequestNeighbours(RegionInfo regionInfo) | ||
30 | { | ||
31 | return gridServer.RequestNeighbours(regionInfo); | ||
32 | } | ||
33 | 17 | ||
34 | /// <summary> | 18 | /// <summary> |
35 | /// informs a neighbouring sim to expect a child agent | 19 | /// informs a neighbouring sim to expect a child agent |
36 | /// I guess if we are going to stick with the current class structure then we need a intersim class | ||
37 | /// but think we need to really rethink the class structure as currently it makes things very messy for sandbox mode | ||
38 | /// </summary> | 20 | /// </summary> |
39 | /// <param name="regionHandle"></param> | 21 | /// <param name="regionHandle"></param> |
40 | /// <param name="agentData"></param> | 22 | /// <param name="agentData"></param> |