diff options
author | Melanie | 2010-03-06 12:24:09 +0000 |
---|---|---|
committer | Melanie | 2010-03-06 12:24:09 +0000 |
commit | 1f7a0cf892bf23c5b8ba8e3ae1a9036de428db90 (patch) | |
tree | 69419084feb98d59888b59a643e5fa062314605d /OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |
parent | Remove a superfluous array creation (diff) | |
parent | - implementing server 1.38 functions (diff) | |
download | opensim-SC_OLD-1f7a0cf892bf23c5b8ba8e3ae1a9036de428db90.zip opensim-SC_OLD-1f7a0cf892bf23c5b8ba8e3ae1a9036de428db90.tar.gz opensim-SC_OLD-1f7a0cf892bf23c5b8ba8e3ae1a9036de428db90.tar.bz2 opensim-SC_OLD-1f7a0cf892bf23c5b8ba8e3ae1a9036de428db90.tar.xz |
Merge branch '0.6.9-post-fixes' into careminster
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index cc4200c..f45cb44 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -343,6 +343,8 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
343 | public event UUIDNameRequest OnTeleportHomeRequest = delegate { }; | 343 | public event UUIDNameRequest OnTeleportHomeRequest = delegate { }; |
344 | public event ScriptAnswer OnScriptAnswer = delegate { }; | 344 | public event ScriptAnswer OnScriptAnswer = delegate { }; |
345 | public event AgentSit OnUndo = delegate { }; | 345 | public event AgentSit OnUndo = delegate { }; |
346 | public event AgentSit OnRedo = delegate { }; | ||
347 | public event LandUndo OnLandUndo = delegate { }; | ||
346 | public event ForceReleaseControls OnForceReleaseControls = delegate { }; | 348 | public event ForceReleaseControls OnForceReleaseControls = delegate { }; |
347 | public event GodLandStatRequest OnLandStatRequest = delegate { }; | 349 | public event GodLandStatRequest OnLandStatRequest = delegate { }; |
348 | public event DetailedEstateDataRequest OnDetailedEstateDataRequest = delegate { }; | 350 | public event DetailedEstateDataRequest OnDetailedEstateDataRequest = delegate { }; |