mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
svn attribute fixes so that we can play nice between windows and linux
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
using System;
|
||||
using OpenSim.Framework.Servers;
|
||||
|
||||
namespace OpenSim.Grid.Framework
|
||||
{
|
||||
public interface IGridServiceModule
|
||||
{
|
||||
void Close();
|
||||
void Initialise(IGridServiceCore core);
|
||||
void PostInitialise();
|
||||
void RegisterHandlers(BaseHttpServer httpServer);
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using OpenSim.Framework.Servers;
|
||||
|
||||
namespace OpenSim.Grid.Framework
|
||||
{
|
||||
public interface IGridServiceModule
|
||||
{
|
||||
void Close();
|
||||
void Initialise(IGridServiceCore core);
|
||||
void PostInitialise();
|
||||
void RegisterHandlers(BaseHttpServer httpServer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user