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/ICommandableModule.cs | |
parent | * Added competely untested MSSQLMapper (diff) | |
download | opensim-SC_OLD-8af0c9a1af010d1817f1321230c5b1d093e5146a.zip opensim-SC_OLD-8af0c9a1af010d1817f1321230c5b1d093e5146a.tar.gz opensim-SC_OLD-8af0c9a1af010d1817f1321230c5b1d093e5146a.tar.bz2 opensim-SC_OLD-8af0c9a1af010d1817f1321230c5b1d093e5146a.tar.xz |
Update svn properties.
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/ICommandableModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/ICommandableModule.cs | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/ICommandableModule.cs b/OpenSim/Region/Environment/Interfaces/ICommandableModule.cs index 31ef49b..e1f7ed6 100644 --- a/OpenSim/Region/Environment/Interfaces/ICommandableModule.cs +++ b/OpenSim/Region/Environment/Interfaces/ICommandableModule.cs | |||
@@ -1,16 +1,16 @@ | |||
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 | 4 | ||
5 | using OpenSim.Region.Environment.Modules.ModuleFramework; | 5 | using OpenSim.Region.Environment.Modules.ModuleFramework; |
6 | 6 | ||
7 | namespace OpenSim.Region.Environment.Interfaces | 7 | namespace OpenSim.Region.Environment.Interfaces |
8 | { | 8 | { |
9 | public interface ICommandableModule | 9 | public interface ICommandableModule |
10 | { | 10 | { |
11 | ICommander CommandInterface | 11 | ICommander CommandInterface |
12 | { | 12 | { |
13 | get; | 13 | get; |
14 | } | 14 | } |
15 | } | 15 | } |
16 | } | 16 | } |