aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie Thielker2009-04-14 03:44:27 +0000
committerMelanie Thielker2009-04-14 03:44:27 +0000
commita0417f57913735a032270cb8ce89f7a3744f4da9 (patch)
treea64de699956ee69b31e4d705660a177f9e3edf12 /OpenSim/Framework
parentAdd the RegionLoaded(Scene) API to the new region module interface to allow (diff)
downloadopensim-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 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index e0983e8..064e965 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -439,6 +439,7 @@ namespace OpenSim.Framework
439 public delegate void PickInfoUpdate(IClientAPI client, UUID pickID, UUID creatorID, bool topPick, string name, string desc, UUID snapshotID, int sortOrder, bool enabled); 439 public delegate void PickInfoUpdate(IClientAPI client, UUID pickID, UUID creatorID, bool topPick, string name, string desc, UUID snapshotID, int sortOrder, bool enabled);
440 public delegate void AvatarNotesUpdate(IClientAPI client, UUID targetID, string notes); 440 public delegate void AvatarNotesUpdate(IClientAPI client, UUID targetID, string notes);
441 public delegate void MuteListRequest(IClientAPI client, uint muteCRC); 441 public delegate void MuteListRequest(IClientAPI client, uint muteCRC);
442 public delegate void AvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages);
442 443
443 #endregion 444 #endregion
444 445