aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/MXP/ClientStack/MXPClientView.cs')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 289b38c..3d734ad 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1082,6 +1082,8 @@ namespace OpenSim.Client.MXP.ClientStack
1082 public event Action<IClientAPI> OnLogout; 1082 public event Action<IClientAPI> OnLogout;
1083 public event Action<IClientAPI> OnConnectionClosed; 1083 public event Action<IClientAPI> OnConnectionClosed;
1084 1084
1085 public event RetrieveInstantMessages OnRetrieveInstantMessages;
1086
1085 1087
1086 public void SendBlueBoxMessage(UUID FromAvatarID, string FromAvatarName, string Message) 1088 public void SendBlueBoxMessage(UUID FromAvatarID, string FromAvatarName, string Message)
1087 { 1089 {