diff options
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 0635aab..926d138 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1094,5 +1094,9 @@ namespace OpenSim.Tests.Common.Mock | |||
1094 | public void SendUserInfoReply(bool imViaEmail, bool visible, string email) | 1094 | public void SendUserInfoReply(bool imViaEmail, bool visible, string email) |
1095 | { | 1095 | { |
1096 | } | 1096 | } |
1097 | |||
1098 | public void SendCreateGroupReply(UUID groupID, bool success, string message) | ||
1099 | { | ||
1100 | } | ||
1097 | } | 1101 | } |
1098 | } | 1102 | } |