aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs
diff options
context:
space:
mode:
authorMW2007-05-31 16:30:42 +0000
committerMW2007-05-31 16:30:42 +0000
commite92ab35b0540e09bd0007dbe2de0b32c3832cc76 (patch)
treebc6afb57bc4234a043edaaab2802b910c885e943 /Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs
parentImplementing a test Communications manager to test some of the interfaces (li... (diff)
downloadopensim-SC_OLD-e92ab35b0540e09bd0007dbe2de0b32c3832cc76.zip
opensim-SC_OLD-e92ab35b0540e09bd0007dbe2de0b32c3832cc76.tar.gz
opensim-SC_OLD-e92ab35b0540e09bd0007dbe2de0b32c3832cc76.tar.bz2
opensim-SC_OLD-e92ab35b0540e09bd0007dbe2de0b32c3832cc76.tar.xz
Another commit as ordered by robl
Diffstat (limited to 'Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs')
-rw-r--r--Common/OpenGrid.Framework.Communications/RegionServerCommsManager.cs2
1 files changed, 1 insertions, 1 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 }