aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 061676e..7a3931f 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -741,7 +741,7 @@ namespace OpenSim.Framework
741 uint timeStamp); 741 uint timeStamp);
742 742
743 void SendInstantMessage(UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, 743 void SendInstantMessage(UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog,
744 uint timeStamp, bool fromGroup, byte[] binaryBucket); 744 uint timeStamp, UUID transactionID, bool fromGroup, byte[] binaryBucket);
745 745
746 void SendGenericMessage(string method, List<string> message); 746 void SendGenericMessage(string method, List<string> message);
747 747
@@ -1027,4 +1027,4 @@ namespace OpenSim.Framework
1027 1027
1028 void KillEndDone(); 1028 void KillEndDone();
1029 } 1029 }
1030} \ No newline at end of file 1030}