diff options
author | Adam Frisby | 2009-03-04 22:14:40 +0000 |
---|---|---|
committer | Adam Frisby | 2009-03-04 22:14:40 +0000 |
commit | f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa (patch) | |
tree | b896779b8a5b2809e15b5d6ca309c7c149fcf96c /OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs | |
parent | * For now, restore file extension for default oar name I accidentally removed... (diff) | |
download | opensim-SC-f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa.zip opensim-SC-f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa.tar.gz opensim-SC-f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa.tar.bz2 opensim-SC-f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa.tar.xz |
* Fleshed out the MRM Module a little.
* Please don't use this yet, it represents a very heavy security risk if you enable it.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs index e47a278..8f95ba7 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/IHost.cs | |||
@@ -1,11 +1,13 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using log4net; | ||
4 | 5 | ||
5 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | 6 | namespace OpenSim.Region.OptionalModules.Scripting.Minimodule |
6 | { | 7 | { |
7 | interface IHost | 8 | public interface IHost |
8 | { | 9 | { |
9 | IObject Object { get; } | 10 | IObject Object { get; } |
11 | ILog Console { get; } | ||
10 | } | 12 | } |
11 | } | 13 | } |