diff options
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 4c54f33..167d081 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -1077,6 +1077,11 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
1077 | throw new System.NotImplementedException(); | 1077 | throw new System.NotImplementedException(); |
1078 | } | 1078 | } |
1079 | 1079 | ||
1080 | public void RefreshGroupMembership() | ||
1081 | { | ||
1082 | throw new System.NotImplementedException(); | ||
1083 | } | ||
1084 | |||
1080 | public void SendAvatarNotesReply(UUID targetID, string text) | 1085 | public void SendAvatarNotesReply(UUID targetID, string text) |
1081 | { | 1086 | { |
1082 | throw new System.NotImplementedException(); | 1087 | throw new System.NotImplementedException(); |