aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-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 4e17b04..37b90e1 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -93,6 +93,7 @@ namespace OpenSim.Tests.Common.Mock
93 public event RequestMapName OnMapNameRequest; 93 public event RequestMapName OnMapNameRequest;
94 public event TeleportLocationRequest OnTeleportLocationRequest; 94 public event TeleportLocationRequest OnTeleportLocationRequest;
95 public event TeleportLandmarkRequest OnTeleportLandmarkRequest; 95 public event TeleportLandmarkRequest OnTeleportLandmarkRequest;
96 public event TeleportCancel OnTeleportCancel;
96 public event DisconnectUser OnDisconnectUser; 97 public event DisconnectUser OnDisconnectUser;
97 public event RequestAvatarProperties OnRequestAvatarProperties; 98 public event RequestAvatarProperties OnRequestAvatarProperties;
98 public event SetAlwaysRun OnSetAlwaysRun; 99 public event SetAlwaysRun OnSetAlwaysRun;