diff options
Diffstat (limited to 'Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs index c5413d2..4f42f8b 100644 --- a/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs +++ b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs | |||
@@ -4,6 +4,7 @@ using System.Text; | |||
4 | using OpenSim.Framework; | 4 | using OpenSim.Framework; |
5 | using OpenSim.Framework.Interfaces; | 5 | using OpenSim.Framework.Interfaces; |
6 | using OpenSim.Framework.Types; | 6 | using OpenSim.Framework.Types; |
7 | using libsecondlife; | ||
7 | 8 | ||
8 | namespace OpenGrid.Framework.Communications | 9 | namespace OpenGrid.Framework.Communications |
9 | { | 10 | { |
@@ -19,7 +20,7 @@ namespace OpenGrid.Framework.Communications | |||
19 | /// | 20 | /// |
20 | /// </summary> | 21 | /// </summary> |
21 | /// <returns></returns> | 22 | /// <returns></returns> |
22 | public virtual RegionInfo LoadRegionConfigFromGridServer() | 23 | public virtual RegionInfo LoadRegionConfigFromGridServer(LLUUID regionID) |
23 | { | 24 | { |
24 | return null; | 25 | return null; |
25 | } | 26 | } |
@@ -37,8 +38,18 @@ namespace OpenGrid.Framework.Communications | |||
37 | /// <summary> | 38 | /// <summary> |
38 | /// | 39 | /// |
39 | /// </summary> | 40 | /// </summary> |
41 | /// <param name="regionInfo"></param> | ||
42 | /// <returns></returns> | ||
43 | public virtual List<RegionInfo> RequestNeighbours(RegionInfo regionInfo) | ||
44 | { | ||
45 | return null; | ||
46 | } | ||
47 | |||
48 | /// <summary> | ||
49 | /// | ||
50 | /// </summary> | ||
40 | /// <returns></returns> | 51 | /// <returns></returns> |
41 | public virtual bool InformNeighbourOfChildAgent() | 52 | public virtual bool InformNeighbourOfChildAgent( uint regionHandle, AgentCircuitData agentData) //should change from agentCircuitData |
42 | { | 53 | { |
43 | return false; | 54 | return false; |
44 | } | 55 | } |