mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
fixed the dos line endings
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using System.Net.Sockets;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
public interface IClientNetworkServer
|
||||
{
|
||||
Socket Server { get; }
|
||||
bool HandlesRegion(Location x);
|
||||
void AddScene(Scene x);
|
||||
|
||||
void Start();
|
||||
void Stop();
|
||||
}
|
||||
using System.Net.Sockets;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
public interface IClientNetworkServer
|
||||
{
|
||||
Socket Server { get; }
|
||||
bool HandlesRegion(Location x);
|
||||
void AddScene(Scene x);
|
||||
|
||||
void Start();
|
||||
void Stop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user