Paving the way for syncing group permissions across a grid

This commit is contained in:
Melanie Thielker
2009-05-12 14:59:11 +00:00
parent c81c9e712c
commit 1b7d0a6c93
9 changed files with 26 additions and 1 deletions

View File

@@ -1622,6 +1622,10 @@ namespace OpenSim.Client.MXP.ClientStack
{
}
public void RefreshGroupMembership()
{
}
public void SendUseCachedMuteList()
{
}

View File

@@ -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();