diff options
author | Melanie Thielker | 2008-10-25 13:53:17 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-25 13:53:17 +0000 |
commit | c49e1b8fb67edb686038e6d200914ed3358bf649 (patch) | |
tree | ed9311fc50c19a90c65ce89fba0136155b564690 /OpenSim/Framework | |
parent | Fixed the cause of a hidden Exception which prevented BaseHttpServer to answer (diff) | |
download | opensim-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 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
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 | ||