diff options
author | Melanie | 2009-10-17 14:50:21 +0100 |
---|---|---|
committer | Melanie | 2009-10-17 14:50:21 +0100 |
commit | c7da13eb234d22c4d1b111fb51a4093ce49de0b7 (patch) | |
tree | c11280ec8b7169244cafa79a2a7d56966fb589c2 /OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |
parent | Re-rename ProductName back to it's original RegionType (diff) | |
download | opensim-SC_OLD-c7da13eb234d22c4d1b111fb51a4093ce49de0b7.zip opensim-SC_OLD-c7da13eb234d22c4d1b111fb51a4093ce49de0b7.tar.gz opensim-SC_OLD-c7da13eb234d22c4d1b111fb51a4093ce49de0b7.tar.bz2 opensim-SC_OLD-c7da13eb234d22c4d1b111fb51a4093ce49de0b7.tar.xz |
Adds SendAvatarInterestsUpdate to IClientAPI
Thank you, Fly-Man
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(); |