diff options
author | Melanie Thielker | 2008-12-14 05:49:07 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-12-14 05:49:07 +0000 |
commit | 008e1fe8df1862a8a3a8edfaf39d4cd9f57ad52b (patch) | |
tree | 2763623d407e3584e5497c88802f73d663b40abb /OpenSim/Tests/Common/Mock/TestClient.cs | |
parent | Mantis#2725. Thank you kindly, Diva, for a patch that: (diff) | |
download | opensim-SC_OLD-008e1fe8df1862a8a3a8edfaf39d4cd9f57ad52b.zip opensim-SC_OLD-008e1fe8df1862a8a3a8edfaf39d4cd9f57ad52b.tar.gz opensim-SC_OLD-008e1fe8df1862a8a3a8edfaf39d4cd9f57ad52b.tar.bz2 opensim-SC_OLD-008e1fe8df1862a8a3a8edfaf39d4cd9f57ad52b.tar.xz |
Plumb the TP-Sending packets
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 9b44ac4..1bcf829 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -233,6 +233,9 @@ namespace OpenSim.Tests.Common.Mock | |||
233 | 233 | ||
234 | public event SoundTrigger OnSoundTrigger; | 234 | public event SoundTrigger OnSoundTrigger; |
235 | 235 | ||
236 | public event StartLure OnStartLure; | ||
237 | public event TeleportLureRequest OnTeleportLureRequest; | ||
238 | |||
236 | #pragma warning restore 67 | 239 | #pragma warning restore 67 |
237 | 240 | ||
238 | /// <value> | 241 | /// <value> |