From 1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 12 May 2009 14:59:11 +0000 Subject: Paving the way for syncing group permissions across a grid --- OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs') 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 throw new System.NotImplementedException(); } + public void RefreshGroupMembership() + { + throw new System.NotImplementedException(); + } + public void SendAvatarNotesReply(UUID targetID, string text) { throw new System.NotImplementedException(); -- cgit v1.1