aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 1bcf829..70a2d11 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -235,6 +235,7 @@ namespace OpenSim.Tests.Common.Mock
235 235
236 public event StartLure OnStartLure; 236 public event StartLure OnStartLure;
237 public event TeleportLureRequest OnTeleportLureRequest; 237 public event TeleportLureRequest OnTeleportLureRequest;
238 public event NetworkStats OnNetworkStatsUpdate;
238 239
239#pragma warning restore 67 240#pragma warning restore 67
240 241