diff options
author | Sean Dague | 2009-02-26 22:54:50 +0000 |
---|---|---|
committer | Sean Dague | 2009-02-26 22:54:50 +0000 |
commit | cddaaf3e13fdadf473bd8fd63e37c4805b48dde8 (patch) | |
tree | 83132771fc3890abddc997b119c631235b1de366 /OpenSim/Grid/Framework/IGridServiceModule.cs | |
parent | Added IRegionCreator interface that all ApplicationPlugins that are creators ... (diff) | |
download | opensim-SC_OLD-cddaaf3e13fdadf473bd8fd63e37c4805b48dde8.zip opensim-SC_OLD-cddaaf3e13fdadf473bd8fd63e37c4805b48dde8.tar.gz opensim-SC_OLD-cddaaf3e13fdadf473bd8fd63e37c4805b48dde8.tar.bz2 opensim-SC_OLD-cddaaf3e13fdadf473bd8fd63e37c4805b48dde8.tar.xz |
svn attribute fixes so that we can play nice between windows and linux
Diffstat (limited to 'OpenSim/Grid/Framework/IGridServiceModule.cs')
-rw-r--r-- | OpenSim/Grid/Framework/IGridServiceModule.cs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/OpenSim/Grid/Framework/IGridServiceModule.cs b/OpenSim/Grid/Framework/IGridServiceModule.cs index b44bd40..97706d3 100644 --- a/OpenSim/Grid/Framework/IGridServiceModule.cs +++ b/OpenSim/Grid/Framework/IGridServiceModule.cs | |||
@@ -1,13 +1,13 @@ | |||
1 | using System; | 1 | using System; |
2 | using OpenSim.Framework.Servers; | 2 | using OpenSim.Framework.Servers; |
3 | 3 | ||
4 | namespace OpenSim.Grid.Framework | 4 | namespace OpenSim.Grid.Framework |
5 | { | 5 | { |
6 | public interface IGridServiceModule | 6 | public interface IGridServiceModule |
7 | { | 7 | { |
8 | void Close(); | 8 | void Close(); |
9 | void Initialise(IGridServiceCore core); | 9 | void Initialise(IGridServiceCore core); |
10 | void PostInitialise(); | 10 | void PostInitialise(); |
11 | void RegisterHandlers(BaseHttpServer httpServer); | 11 | void RegisterHandlers(BaseHttpServer httpServer); |
12 | } | 12 | } |
13 | } | 13 | } |