aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
authorlbsa712007-07-08 19:47:04 +0000
committerlbsa712007-07-08 19:47:04 +0000
commitf62b7f3d1ed0fbc1afc431a1e25c20ec8effe243 (patch)
treedabbe7b18d786929e59d3a3896dc66e7fa0f22a2 /OpenSim/Framework/General/Interfaces/IClientAPI.cs
parent* Because of svn quirkiness, this has to be a two-phase rocket (diff)
downloadopensim-SC_OLD-f62b7f3d1ed0fbc1afc431a1e25c20ec8effe243.zip
opensim-SC_OLD-f62b7f3d1ed0fbc1afc431a1e25c20ec8effe243.tar.gz
opensim-SC_OLD-f62b7f3d1ed0fbc1afc431a1e25c20ec8effe243.tar.bz2
opensim-SC_OLD-f62b7f3d1ed0fbc1afc431a1e25c20ec8effe243.tar.xz
* reverted rev 1200 waiting for info re animations.xml
Diffstat (limited to 'OpenSim/Framework/General/Interfaces/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/General/Interfaces/IClientAPI.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
index c7e0d22..acacabe 100644
--- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs
+++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
@@ -145,7 +145,6 @@ namespace OpenSim.Framework.Interfaces
145 145
146 void OutPacket(Packet newPack); 146 void OutPacket(Packet newPack);
147 void SendWearables(AvatarWearable[] wearables); 147 void SendWearables(AvatarWearable[] wearables);
148 void SendAnimation(LLUUID animID, int seq, LLUUID sourceAgentId);
149 void SendRegionHandshake(RegionInfo regionInfo); 148 void SendRegionHandshake(RegionInfo regionInfo);
150 void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 149 void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
151 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 150 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);