aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common
diff options
context:
space:
mode:
authorMW2007-05-29 17:49:39 +0000
committerMW2007-05-29 17:49:39 +0000
commitcb33169fe6836bb3d5b300a01d12f78246a45780 (patch)
tree4b45e8f5da2c777846aa3b2e47d04d5a8b6cd605 /Common
parent(no commit message) (diff)
downloadopensim-SC_OLD-cb33169fe6836bb3d5b300a01d12f78246a45780.zip
opensim-SC_OLD-cb33169fe6836bb3d5b300a01d12f78246a45780.tar.gz
opensim-SC_OLD-cb33169fe6836bb3d5b300a01d12f78246a45780.tar.bz2
opensim-SC_OLD-cb33169fe6836bb3d5b300a01d12f78246a45780.tar.xz
Diffstat (limited to 'Common')
-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 8ba1571..e557b6e 100644
--- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
+++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
@@ -70,5 +70,7 @@ namespace OpenSim.Framework.Interfaces
70 void OutPacket(Packet newPack); 70 void OutPacket(Packet newPack);
71 void SendWearables(AvatarWearable[] wearables); 71 void SendWearables(AvatarWearable[] wearables);
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);
74 void SendRegionHandshake(RegionInfo regionInfo);
73 } 75 }
74} 76}