diff options
Another commit as ordered by robl
Diffstat (limited to 'Common/OpenGrid.Framework.Communications')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs | 2 | ||||
-rw-r--r-- | Common/OpenGrid.Framework.Communications/TestLocalCommsManager.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs index 2b8c5ca..0b2b72e 100644 --- a/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs +++ b/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs | |||
@@ -50,7 +50,7 @@ namespace OpenGrid.Framework.Communications | |||
50 | /// | 50 | /// |
51 | /// </summary> | 51 | /// </summary> |
52 | /// <returns></returns> | 52 | /// <returns></returns> |
53 | public virtual bool InformNeighbourOfChildAgent( uint regionHandle, AgentCircuitData agentData) //should change from agentCircuitData | 53 | public virtual bool InformNeighbourOfChildAgent( ulong regionHandle, AgentCircuitData agentData) //should change from agentCircuitData |
54 | { | 54 | { |
55 | return false; | 55 | return false; |
56 | } | 56 | } |
diff --git a/Common/OpenGrid.Framework.Communications/TestLocalCommsManager.cs b/Common/OpenGrid.Framework.Communications/TestLocalCommsManager.cs index b4fe696..54ca966 100644 --- a/Common/OpenGrid.Framework.Communications/TestLocalCommsManager.cs +++ b/Common/OpenGrid.Framework.Communications/TestLocalCommsManager.cs | |||
@@ -53,7 +53,7 @@ namespace OpenGrid.Framework.Communications | |||
53 | /// | 53 | /// |
54 | /// </summary> | 54 | /// </summary> |
55 | /// <returns></returns> | 55 | /// <returns></returns> |
56 | public override bool InformNeighbourOfChildAgent(uint regionHandle, AgentCircuitData agentData) //should change from agentCircuitData | 56 | public override bool InformNeighbourOfChildAgent(ulong regionHandle, AgentCircuitData agentData) //should change from agentCircuitData |
57 | { | 57 | { |
58 | return false; | 58 | return false; |
59 | } | 59 | } |