diff options
Diffstat (limited to 'OpenSim/Grid/ScriptEngine')
-rw-r--r-- | OpenSim/Grid/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs b/OpenSim/Grid/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs index 5b92ff0..544d8be 100644 --- a/OpenSim/Grid/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs +++ b/OpenSim/Grid/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs | |||
@@ -7,7 +7,7 @@ using OpenSim.Region.ScriptEngine.Common; | |||
7 | using OpenSim.Region.Environment.Modules; | 7 | using OpenSim.Region.Environment.Modules; |
8 | using OpenSim.Region.Environment.Interfaces; | 8 | using OpenSim.Region.Environment.Interfaces; |
9 | 9 | ||
10 | namespace OpenSim.Region.ScriptEngine.DotNetEngine | 10 | namespace OpenSim.Grid.ScriptEngine.DotNetEngine |
11 | { | 11 | { |
12 | /// <summary> | 12 | /// <summary> |
13 | /// Handles LSL commands that takes long time and returns an event, for example timers, HTTP requests, etc. | 13 | /// Handles LSL commands that takes long time and returns an event, for example timers, HTTP requests, etc. |