aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
authorMelanie Thielker2009-03-27 22:47:41 +0000
committerMelanie Thielker2009-03-27 22:47:41 +0000
commitcbef90fec6ebdbc4280b684425479a18cfca01d0 (patch)
treefa20313e59274a0d331e185729fc366e36a5b2d2 /OpenSim/Client
parent* Adding a few more requirements for *nix (diff)
downloadopensim-SC_OLD-cbef90fec6ebdbc4280b684425479a18cfca01d0.zip
opensim-SC_OLD-cbef90fec6ebdbc4280b684425479a18cfca01d0.tar.gz
opensim-SC_OLD-cbef90fec6ebdbc4280b684425479a18cfca01d0.tar.bz2
opensim-SC_OLD-cbef90fec6ebdbc4280b684425479a18cfca01d0.tar.xz
Add the events needed for profiles.
Fixes Mantis #3324
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 8226ac9..0da0743 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -742,6 +742,10 @@ namespace OpenSim.Client.MXP.ClientStack
742 public event Action<IClientAPI> OnLogout; 742 public event Action<IClientAPI> OnLogout;
743 public event Action<IClientAPI> OnConnectionClosed; 743 public event Action<IClientAPI> OnConnectionClosed;
744 public event RetrieveInstantMessages OnRetrieveInstantMessages; 744 public event RetrieveInstantMessages OnRetrieveInstantMessages;
745 public event PickDelete OnPickDelete;
746 public event PickGodDelete OnPickGodDelete;
747 public event PickInfoUpdate OnPickInfoUpdate;
748 public event AvatarNotesUpdate OnAvatarNotesUpdate;
745 #pragma warning restore 67 749 #pragma warning restore 67
746 750
747 #endregion 751 #endregion