diff options
author | Melanie Thielker | 2009-05-12 14:59:11 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-12 14:59:11 +0000 |
commit | 1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8 (patch) | |
tree | def2701b4586ed0f922214f4ff36265b4d20062d /OpenSim/Client | |
parent | fixing SocketException when IP address cannot be resolved (diff) | |
download | opensim-SC_OLD-1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8.zip opensim-SC_OLD-1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8.tar.gz opensim-SC_OLD-1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8.tar.bz2 opensim-SC_OLD-1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8.tar.xz |
Paving the way for syncing group permissions across a grid
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index e5f7474..1cbf911 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1622,6 +1622,10 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1622 | { | 1622 | { |
1623 | } | 1623 | } |
1624 | 1624 | ||
1625 | public void RefreshGroupMembership() | ||
1626 | { | ||
1627 | } | ||
1628 | |||
1625 | public void SendUseCachedMuteList() | 1629 | public void SendUseCachedMuteList() |
1626 | { | 1630 | { |
1627 | } | 1631 | } |
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(); |