aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs4
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs5
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();