diff options
author | Melanie Thielker | 2008-09-24 02:58:05 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-24 02:58:05 +0000 |
commit | 218902bedc7f430c8401426a1cee373bfc0b5485 (patch) | |
tree | dea8a685e3663c50013c220a120bd20f7aba7e7a /OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs | |
parent | Update svn properties, formatting cleanup. (diff) | |
download | opensim-SC_OLD-218902bedc7f430c8401426a1cee373bfc0b5485.zip opensim-SC_OLD-218902bedc7f430c8401426a1cee373bfc0b5485.tar.gz opensim-SC_OLD-218902bedc7f430c8401426a1cee373bfc0b5485.tar.bz2 opensim-SC_OLD-218902bedc7f430c8401426a1cee373bfc0b5485.tar.xz |
Decouple AsyncCommands from XEngine and the script instance. Make
all methods needed outside the API ststic. Async command processing
is now wholly internal to the API. This sets the stage for the next
convergence step.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs index 64e8c80..51d5006 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs | |||
@@ -44,7 +44,6 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
44 | { | 44 | { |
45 | Scene World { get; } | 45 | Scene World { get; } |
46 | IConfig Config { get; } | 46 | IConfig Config { get; } |
47 | Object AsyncCommands { get; } | ||
48 | ILog Log { get; } | 47 | ILog Log { get; } |
49 | string ScriptEngineName { get; } | 48 | string ScriptEngineName { get; } |
50 | 49 | ||