diff options
Diffstat (limited to 'Common/OpenGrid.Framework.Communications/InterSimComms/InterSimsCommsOGS.cs')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/InterSimComms/InterSimsCommsOGS.cs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Common/OpenGrid.Framework.Communications/InterSimComms/InterSimsCommsOGS.cs b/Common/OpenGrid.Framework.Communications/InterSimComms/InterSimsCommsOGS.cs new file mode 100644 index 0000000..b6e98da --- /dev/null +++ b/Common/OpenGrid.Framework.Communications/InterSimComms/InterSimsCommsOGS.cs | |||
@@ -0,0 +1,16 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | using OpenSim.Framework.Types; | ||
5 | using OpenSim.Framework; | ||
6 | |||
7 | namespace OpenGrid.Framework.Communications | ||
8 | { | ||
9 | public class InterSimsCommsOGS : InterSimsCommsBase | ||
10 | { | ||
11 | public override bool InformNeighbourOfChildAgent(ulong regionHandle, AgentCircuitData agentData) //should change from agentCircuitData | ||
12 | { | ||
13 | return false; | ||
14 | } | ||
15 | } | ||
16 | } | ||