diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index da87183..2f9f594 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -442,6 +442,7 @@ namespace OpenSim.Framework | |||
442 | public delegate void AvatarNotesUpdate(IClientAPI client, UUID targetID, string notes); | 442 | public delegate void AvatarNotesUpdate(IClientAPI client, UUID targetID, string notes); |
443 | public delegate void MuteListRequest(IClientAPI client, uint muteCRC); | 443 | public delegate void MuteListRequest(IClientAPI client, uint muteCRC); |
444 | public delegate void AvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages); | 444 | public delegate void AvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages); |
445 | public delegate void PlacesQuery(UUID QueryID, UUID TransactionID, string QueryText, uint QueryFlags, byte Category, string SimName, IClientAPI client); | ||
445 | 446 | ||
446 | #endregion | 447 | #endregion |
447 | 448 | ||
@@ -782,6 +783,8 @@ namespace OpenSim.Framework | |||
782 | event AvatarNotesUpdate OnAvatarNotesUpdate; | 783 | event AvatarNotesUpdate OnAvatarNotesUpdate; |
783 | 784 | ||
784 | event MuteListRequest OnMuteListRequest; | 785 | event MuteListRequest OnMuteListRequest; |
786 | |||
787 | event PlacesQuery OnPlacesQuery; | ||
785 | 788 | ||
786 | /// <summary> | 789 | /// <summary> |
787 | /// Set the debug level at which packet output should be printed to console. | 790 | /// Set the debug level at which packet output should be printed to console. |