diff options
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index e3abcf5..bd061e7 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -402,6 +402,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
402 | public event PickInfoUpdate OnPickInfoUpdate = delegate { }; | 402 | public event PickInfoUpdate OnPickInfoUpdate = delegate { }; |
403 | public event AvatarNotesUpdate OnAvatarNotesUpdate = delegate { }; | 403 | public event AvatarNotesUpdate OnAvatarNotesUpdate = delegate { }; |
404 | public event MuteListRequest OnMuteListRequest = delegate { }; | 404 | public event MuteListRequest OnMuteListRequest = delegate { }; |
405 | public event AvatarInterestUpdate OnAvatarInterestUpdate = delegate { }; | ||
405 | public event PlacesQuery OnPlacesQuery = delegate { }; | 406 | public event PlacesQuery OnPlacesQuery = delegate { }; |
406 | 407 | ||
407 | 408 | ||
@@ -1118,6 +1119,11 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
1118 | throw new System.NotImplementedException(); | 1119 | throw new System.NotImplementedException(); |
1119 | } | 1120 | } |
1120 | 1121 | ||
1122 | public void SendAvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages) | ||
1123 | { | ||
1124 | throw new System.NotImplementedException(); | ||
1125 | } | ||
1126 | |||
1121 | public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) | 1127 | public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) |
1122 | { | 1128 | { |
1123 | throw new System.NotImplementedException(); | 1129 | throw new System.NotImplementedException(); |