diff options
author | Kitto Flora | 2010-03-12 13:48:31 -0500 |
---|---|---|
committer | Kitto Flora | 2010-03-12 13:48:31 -0500 |
commit | 7bd48d383d3383c1e633f76f76a5291f4224d48a (patch) | |
tree | 18997a5b1a123091af18a1a7984d7dd7873930ac /OpenSim/Client/VWoHTTP/ClientStack | |
parent | Dynamics Integration Part 1 (diff) | |
parent | Small consistency change (diff) | |
download | opensim-SC-7bd48d383d3383c1e633f76f76a5291f4224d48a.zip opensim-SC-7bd48d383d3383c1e633f76f76a5291f4224d48a.tar.gz opensim-SC-7bd48d383d3383c1e633f76f76a5291f4224d48a.tar.bz2 opensim-SC-7bd48d383d3383c1e633f76f76a5291f4224d48a.tar.xz |
Resolved merge
Diffstat (limited to 'OpenSim/Client/VWoHTTP/ClientStack')
-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 { }; |