Thank you, Fly-Man, for a patch that adds the stub to handle the

avatar interests update.
This commit is contained in:
Melanie Thielker
2009-04-14 03:44:27 +00:00
parent 285dfe3055
commit a0417f5791
6 changed files with 20 additions and 0 deletions

View File

@@ -439,6 +439,7 @@ namespace OpenSim.Framework
public delegate void PickInfoUpdate(IClientAPI client, UUID pickID, UUID creatorID, bool topPick, string name, string desc, UUID snapshotID, int sortOrder, bool enabled);
public delegate void AvatarNotesUpdate(IClientAPI client, UUID targetID, string notes);
public delegate void MuteListRequest(IClientAPI client, uint muteCRC);
public delegate void AvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages);
#endregion