aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
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/Client/VWoHTTP/ClientStack/VWHClientView.cs
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/Client/VWoHTTP/ClientStack/VWHClientView.cs')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs5
1 files changed, 5 insertions, 0 deletions
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();