diff options
author | Melanie Thielker | 2016-03-09 02:45:11 +0100 |
---|---|---|
committer | Melanie Thielker | 2016-03-09 02:45:11 +0100 |
commit | 43ca32150c1856f7b3768172fec2d06b8f5e5bef (patch) | |
tree | 33a1b0df4860d769157beb19c60c5c97d305367d /OpenSim/Tests | |
parent | Make mesh upload respect the same parts maximum as what is set for the (diff) | |
download | opensim-SC_OLD-43ca32150c1856f7b3768172fec2d06b8f5e5bef.zip opensim-SC_OLD-43ca32150c1856f7b3768172fec2d06b8f5e5bef.tar.gz opensim-SC_OLD-43ca32150c1856f7b3768172fec2d06b8f5e5bef.tar.bz2 opensim-SC_OLD-43ca32150c1856f7b3768172fec2d06b8f5e5bef.tar.xz |
Plumb RezRestoreToWorld from the client (part done)
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index ff7ba00..1d8e38f 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -118,6 +118,7 @@ namespace OpenSim.Tests.Common | |||
118 | public event SetAlwaysRun OnSetAlwaysRun; | 118 | public event SetAlwaysRun OnSetAlwaysRun; |
119 | 119 | ||
120 | public event DeRezObject OnDeRezObject; | 120 | public event DeRezObject OnDeRezObject; |
121 | public event RezRestoreToWorld OnRezRestoreToWorld; | ||
121 | public event Action<IClientAPI> OnRegionHandShakeReply; | 122 | public event Action<IClientAPI> OnRegionHandShakeReply; |
122 | public event GenericCall1 OnRequestWearables; | 123 | public event GenericCall1 OnRequestWearables; |
123 | public event Action<IClientAPI, bool> OnCompleteMovementToRegion; | 124 | public event Action<IClientAPI, bool> OnCompleteMovementToRegion; |