fixed the dos line endings

This commit is contained in:
Sean Dague
2008-05-02 19:21:33 +00:00
parent 286d681673
commit 1edb7992f1
9 changed files with 6301 additions and 6301 deletions

View File

@@ -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();
}
}