diff options
Diffstat (limited to 'OpenSim/Client/MXP')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index f3eb2b6..3479806 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -885,12 +885,7 @@ namespace OpenSim.Client.MXP.ClientStack | |||
885 | Session.Send(chatActionEvent); | 885 | Session.Send(chatActionEvent); |
886 | } | 886 | } |
887 | 887 | ||
888 | public void SendInstantMessage(UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp) | 888 | public void SendInstantMessage(GridInstantMessage im) |
889 | { | ||
890 | // Need to translate to MXP somehow | ||
891 | } | ||
892 | |||
893 | public void SendInstantMessage(UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp, UUID transactionID, bool fromGroup, byte[] binaryBucket) | ||
894 | { | 889 | { |
895 | // Need to translate to MXP somehow | 890 | // Need to translate to MXP somehow |
896 | } | 891 | } |