aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces
diff options
context:
space:
mode:
authorMW2007-05-29 17:57:03 +0000
committerMW2007-05-29 17:57:03 +0000
commit4d0261ed2225dff3f107ec52484770a6f7435790 (patch)
tree7911331caadab92136ab84f80c41ceba1bdf7691 /Common/OpenSim.Framework/Interfaces
parent(no commit message) (diff)
downloadopensim-SC_OLD-4d0261ed2225dff3f107ec52484770a6f7435790.zip
opensim-SC_OLD-4d0261ed2225dff3f107ec52484770a6f7435790.tar.gz
opensim-SC_OLD-4d0261ed2225dff3f107ec52484770a6f7435790.tar.bz2
opensim-SC_OLD-4d0261ed2225dff3f107ec52484770a6f7435790.tar.xz
Diffstat (limited to 'Common/OpenSim.Framework/Interfaces')
-rw-r--r--Common/OpenSim.Framework/Interfaces/IClientAPI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
index e557b6e..06b3075 100644
--- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
+++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
@@ -72,5 +72,7 @@ namespace OpenSim.Framework.Interfaces
72 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 72 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
73 void SendLayerData(float[] map); 73 void SendLayerData(float[] map);
74 void SendRegionHandshake(RegionInfo regionInfo); 74 void SendRegionHandshake(RegionInfo regionInfo);
75 void MoveAgentIntoRegion(RegionInfo regInfo);
76 void SendAvatarData(RegionInfo regionInfo, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos);
75 } 77 }
76} 78}