aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index bef1bfc..350134c 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -815,11 +815,7 @@ namespace OpenSim.Framework
815 void SendChatMessage(string message, byte type, Vector3 fromPos, string fromName, UUID fromAgentID, byte source, 815 void SendChatMessage(string message, byte type, Vector3 fromPos, string fromName, UUID fromAgentID, byte source,
816 byte audible); 816 byte audible);
817 817
818 void SendInstantMessage(UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, 818 void SendInstantMessage(GridInstantMessage im);
819 uint timeStamp);
820
821 void SendInstantMessage(UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog,
822 uint timeStamp, UUID transactionID, bool fromGroup, byte[] binaryBucket);
823 819
824 void SendGenericMessage(string method, List<string> message); 820 void SendGenericMessage(string method, List<string> message);
825 821