From 8af0c9a1af010d1817f1321230c5b1d093e5146a Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 31 Mar 2008 03:29:34 +0000 Subject: Update svn properties. --- OpenSim/Region/Environment/Interfaces/ICommand.cs | 32 +++++++++++----------- .../Environment/Interfaces/ICommandableModule.cs | 32 +++++++++++----------- .../Region/Environment/Interfaces/ICommander.cs | 28 +++++++++---------- 3 files changed, 46 insertions(+), 46 deletions(-) (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/ICommand.cs b/OpenSim/Region/Environment/Interfaces/ICommand.cs index bccd8d3..396136b 100644 --- a/OpenSim/Region/Environment/Interfaces/ICommand.cs +++ b/OpenSim/Region/Environment/Interfaces/ICommand.cs @@ -1,16 +1,16 @@ -using System; - -using OpenSim.Region.Environment.Modules.ModuleFramework; - -namespace OpenSim.Region.Environment.Interfaces -{ - public interface ICommand - { - void AddArgument(string name, string helptext, string type); - System.Collections.Generic.Dictionary Arguments { get; } - string Help { get; } - string Name { get; } - void Run(object[] args); - void ShowConsoleHelp(); - } -} +using System; + +using OpenSim.Region.Environment.Modules.ModuleFramework; + +namespace OpenSim.Region.Environment.Interfaces +{ + public interface ICommand + { + void AddArgument(string name, string helptext, string type); + System.Collections.Generic.Dictionary Arguments { get; } + string Help { get; } + string Name { get; } + void Run(object[] args); + void ShowConsoleHelp(); + } +} 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 @@ -using System; -using System.Collections.Generic; -using System.Text; - -using OpenSim.Region.Environment.Modules.ModuleFramework; - -namespace OpenSim.Region.Environment.Interfaces -{ - public interface ICommandableModule - { - ICommander CommandInterface - { - get; - } - } -} +using System; +using System.Collections.Generic; +using System.Text; + +using OpenSim.Region.Environment.Modules.ModuleFramework; + +namespace OpenSim.Region.Environment.Interfaces +{ + public interface ICommandableModule + { + ICommander CommandInterface + { + get; + } + } +} 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 @@ -using System; - -using OpenSim.Region.Environment.Modules.ModuleFramework; - -namespace OpenSim.Region.Environment.Interfaces -{ - public interface ICommander - { - void ProcessConsoleCommand(string function, string[] args); - void RegisterCommand(string commandName, ICommand command); - void Run(string function, object[] args); - string GenerateRuntimeAPI(); - } -} +using System; + +using OpenSim.Region.Environment.Modules.ModuleFramework; + +namespace OpenSim.Region.Environment.Interfaces +{ + public interface ICommander + { + void ProcessConsoleCommand(string function, string[] args); + void RegisterCommand(string commandName, ICommand command); + void Run(string function, object[] args); + string GenerateRuntimeAPI(); + } +} -- cgit v1.1