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/Framework | |
parent | Add the RegionLoaded(Scene) API to the new region module interface to allow (diff) | |
download | opensim-SC-a0417f57913735a032270cb8ce89f7a3744f4da9.zip opensim-SC-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.gz opensim-SC-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.bz2 opensim-SC-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.cs | 1 |
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 | ||