aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
authorMW2007-05-31 16:30:42 +0000
committerMW2007-05-31 16:30:42 +0000
commite92ab35b0540e09bd0007dbe2de0b32c3832cc76 (patch)
treebc6afb57bc4234a043edaaab2802b910c885e943 /Common/OpenSim.Framework/Interfaces/IClientAPI.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 '')
-rw-r--r--Common/OpenSim.Framework/Interfaces/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
index 5c5cda4..78be30a 100644
--- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
+++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
@@ -84,5 +84,6 @@ namespace OpenSim.Framework.Interfaces
84 void SendRegionHandshake(RegionInfo regionInfo); 84 void SendRegionHandshake(RegionInfo regionInfo);
85 void MoveAgentIntoRegion(RegionInfo regInfo); 85 void MoveAgentIntoRegion(RegionInfo regInfo);
86 void SendAvatarData(RegionInfo regionInfo, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos); 86 void SendAvatarData(RegionInfo regionInfo, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos);
87 AgentCircuitData RequestClientInfo();
87 } 88 }
88} 89}