diff options
author | Jeff Ames | 2007-11-04 14:52:19 +0000 |
---|---|---|
committer | Jeff Ames | 2007-11-04 14:52:19 +0000 |
commit | e0cfa89d83e0ca8fbcbfa74deef53a8c7ee7740a (patch) | |
tree | 73a326e34704ce660fe892d07e7cc662f2ec73ac | |
parent | Deleted Regionloader .csproj files. (diff) | |
download | opensim-SC_OLD-e0cfa89d83e0ca8fbcbfa74deef53a8c7ee7740a.zip opensim-SC_OLD-e0cfa89d83e0ca8fbcbfa74deef53a8c7ee7740a.tar.gz opensim-SC_OLD-e0cfa89d83e0ca8fbcbfa74deef53a8c7ee7740a.tar.bz2 opensim-SC_OLD-e0cfa89d83e0ca8fbcbfa74deef53a8c7ee7740a.tar.xz |
normalized line endings
-rw-r--r-- | OpenSim/Region/Application/IApplicationPlugin.cs | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/OpenSim/Region/Application/IApplicationPlugin.cs b/OpenSim/Region/Application/IApplicationPlugin.cs index 31ff0cf..adbc625 100644 --- a/OpenSim/Region/Application/IApplicationPlugin.cs +++ b/OpenSim/Region/Application/IApplicationPlugin.cs | |||
@@ -1,17 +1,17 @@ | |||
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 Mono.Addins; | 4 | using Mono.Addins; |
5 | using Mono.Addins.Description; | 5 | using Mono.Addins.Description; |
6 | 6 | ||
7 | [assembly: AddinRoot("OpenSim", "0.4")] | 7 | [assembly: AddinRoot("OpenSim", "0.4")] |
8 | namespace OpenSim | 8 | namespace OpenSim |
9 | { | 9 | { |
10 | [TypeExtensionPoint("/OpenSim/Startup")] | 10 | [TypeExtensionPoint("/OpenSim/Startup")] |
11 | public interface IApplicationPlugin | 11 | public interface IApplicationPlugin |
12 | { | 12 | { |
13 | void Initialise(OpenSimMain openSim); | 13 | void Initialise(OpenSimMain openSim); |
14 | void Close(); | 14 | void Close(); |
15 | } | 15 | } |
16 | } | 16 | } |
17 | 17 | ||