diff options
author | Melanie Thielker | 2009-04-14 03:44:27 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-04-14 03:44:27 +0000 |
commit | a0417f57913735a032270cb8ce89f7a3744f4da9 (patch) | |
tree | a64de699956ee69b31e4d705660a177f9e3edf12 /OpenSim/Client/MXP | |
parent | Add the RegionLoaded(Scene) API to the new region module interface to allow (diff) | |
download | opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.zip opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.gz opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.bz2 opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.xz |
Thank you, Fly-Man, for a patch that adds the stub to handle the
avatar interests update.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 687c02a..d7afb4e 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -751,6 +751,8 @@ namespace OpenSim.Client.MXP.ClientStack | |||
751 | public event PickInfoUpdate OnPickInfoUpdate; | 751 | public event PickInfoUpdate OnPickInfoUpdate; |
752 | public event AvatarNotesUpdate OnAvatarNotesUpdate; | 752 | public event AvatarNotesUpdate OnAvatarNotesUpdate; |
753 | public event MuteListRequest OnMuteListRequest; | 753 | public event MuteListRequest OnMuteListRequest; |
754 | public event AvatarInterestUpdate OnAvatarInterestUpdate; | ||
755 | |||
754 | #pragma warning restore 67 | 756 | #pragma warning restore 67 |
755 | 757 | ||
756 | #endregion | 758 | #endregion |