diff options
author | MW | 2007-06-22 22:21:08 +0000 |
---|---|---|
committer | MW | 2007-06-22 22:21:08 +0000 |
commit | d7121a422a334f20e96d09251cf7382164b590db (patch) | |
tree | 64ebfea926bc57569963bd1a8adc16e71c942ab1 /Common/OpenGrid.Framework.Communications | |
parent | Imported Share folder from trunk (diff) | |
download | opensim-SC-d7121a422a334f20e96d09251cf7382164b590db.zip opensim-SC-d7121a422a334f20e96d09251cf7382164b590db.tar.gz opensim-SC-d7121a422a334f20e96d09251cf7382164b590db.tar.bz2 opensim-SC-d7121a422a334f20e96d09251cf7382164b590db.tar.xz |
Started work on CAPS support, now we have our first test capability, MapLayer requests are handled by CAPS.
Diffstat (limited to 'Common/OpenGrid.Framework.Communications')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/IInterRegionCommunications.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/OpenGrid.Framework.Communications/IInterRegionCommunications.cs b/Common/OpenGrid.Framework.Communications/IInterRegionCommunications.cs index 27e6fc7..4cb8a38 100644 --- a/Common/OpenGrid.Framework.Communications/IInterRegionCommunications.cs +++ b/Common/OpenGrid.Framework.Communications/IInterRegionCommunications.cs | |||
@@ -35,7 +35,7 @@ namespace OpenGrid.Framework.Communications | |||
35 | { | 35 | { |
36 | public interface IInterRegionCommunications | 36 | public interface IInterRegionCommunications |
37 | { | 37 | { |
38 | bool InformNeighbourOfChildAgent(ulong regionHandle, AgentCircuitData agentData); | 38 | bool InformRegionOfChildAgent(ulong regionHandle, AgentCircuitData agentData); |
39 | bool ExpectAvatarCrossing(ulong regionHandle, libsecondlife.LLUUID agentID, libsecondlife.LLVector3 position); | 39 | bool ExpectAvatarCrossing(ulong regionHandle, libsecondlife.LLUUID agentID, libsecondlife.LLVector3 position); |
40 | } | 40 | } |
41 | } | 41 | } |