aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-12 14:59:11 +0000
committerMelanie Thielker2009-05-12 14:59:11 +0000
commit1b7d0a6c93eb4a056d39b9cc708283086f8e8bf8 (patch)
treedef2701b4586ed0f922214f4ff36265b4d20062d /OpenSim/Tests/Common/Mock
parentfixing SocketException when IP address cannot be resolved (diff)
downloadopensim-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/Tests/Common/Mock')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 256d6fd..f607284 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1116,6 +1116,10 @@ namespace OpenSim.Tests.Common.Mock
1116 { 1116 {
1117 } 1117 }
1118 1118
1119 public void RefreshGroupMembership()
1120 {
1121 }
1122
1119 public void SendUseCachedMuteList() 1123 public void SendUseCachedMuteList()
1120 { 1124 {
1121 } 1125 }