aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-25 13:53:17 +0000
committerMelanie Thielker2008-10-25 13:53:17 +0000
commitc49e1b8fb67edb686038e6d200914ed3358bf649 (patch)
treeed9311fc50c19a90c65ce89fba0136155b564690 /OpenSim/Framework/IClientAPI.cs
parentFixed the cause of a hidden Exception which prevented BaseHttpServer to answer (diff)
downloadopensim-SC_OLD-c49e1b8fb67edb686038e6d200914ed3358bf649.zip
opensim-SC_OLD-c49e1b8fb67edb686038e6d200914ed3358bf649.tar.gz
opensim-SC_OLD-c49e1b8fb67edb686038e6d200914ed3358bf649.tar.bz2
opensim-SC_OLD-c49e1b8fb67edb686038e6d200914ed3358bf649.tar.xz
A few more bots to yesterday's plumbing: change instant message method
signature
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index f38b57f..471def5 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -656,7 +656,7 @@ namespace OpenSim.Framework
656 656
657 void SendInstantMessage(UUID fromAgent, UUID fromAgentSession, string message, UUID toAgent, 657 void SendInstantMessage(UUID fromAgent, UUID fromAgentSession, string message, UUID toAgent,
658 UUID imSessionID, string fromName, byte dialog, uint timeStamp, 658 UUID imSessionID, string fromName, byte dialog, uint timeStamp,
659 byte[] binaryBucket); 659 bool fromGroup, byte[] binaryBucket);
660 660
661 void SendGenericMessage(string method, List<string> message); 661 void SendGenericMessage(string method, List<string> message);
662 662