diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 7a32e7f..2630774 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -1210,5 +1210,9 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
1210 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) | 1210 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) |
1211 | { | 1211 | { |
1212 | } | 1212 | } |
1213 | |||
1214 | public void SendChangeUserRights(UUID friendID, int rights) | ||
1215 | { | ||
1216 | } | ||
1213 | } | 1217 | } |
1214 | } | 1218 | } |