diff options
author | Jeff Ames | 2008-03-31 03:29:34 +0000 |
---|---|---|
committer | Jeff Ames | 2008-03-31 03:29:34 +0000 |
commit | 8af0c9a1af010d1817f1321230c5b1d093e5146a (patch) | |
tree | f2220d73db3da19038d560c97cc4a352319c6c0c /OpenSim/Region/Environment/Interfaces/ICommander.cs | |
parent | * Added competely untested MSSQLMapper (diff) | |
download | opensim-SC-8af0c9a1af010d1817f1321230c5b1d093e5146a.zip opensim-SC-8af0c9a1af010d1817f1321230c5b1d093e5146a.tar.gz opensim-SC-8af0c9a1af010d1817f1321230c5b1d093e5146a.tar.bz2 opensim-SC-8af0c9a1af010d1817f1321230c5b1d093e5146a.tar.xz |
Update svn properties.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/ICommander.cs | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/ICommander.cs b/OpenSim/Region/Environment/Interfaces/ICommander.cs index 93a9956..316a813 100644 --- a/OpenSim/Region/Environment/Interfaces/ICommander.cs +++ b/OpenSim/Region/Environment/Interfaces/ICommander.cs | |||
@@ -1,14 +1,14 @@ | |||
1 | using System; | 1 | using System; |
2 | 2 | ||
3 | using OpenSim.Region.Environment.Modules.ModuleFramework; | 3 | using OpenSim.Region.Environment.Modules.ModuleFramework; |
4 | 4 | ||
5 | namespace OpenSim.Region.Environment.Interfaces | 5 | namespace OpenSim.Region.Environment.Interfaces |
6 | { | 6 | { |
7 | public interface ICommander | 7 | public interface ICommander |
8 | { | 8 | { |
9 | void ProcessConsoleCommand(string function, string[] args); | 9 | void ProcessConsoleCommand(string function, string[] args); |
10 | void RegisterCommand(string commandName, ICommand command); | 10 | void RegisterCommand(string commandName, ICommand command); |
11 | void Run(string function, object[] args); | 11 | void Run(string function, object[] args); |
12 | string GenerateRuntimeAPI(); | 12 | string GenerateRuntimeAPI(); |
13 | } | 13 | } |
14 | } | 14 | } |