mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Commit 2/3 - Please dont attempt to update to this revision until all 3 are in.
This commit is contained in:
11
OpenSim/Region/ClientStack/IClientNetworkServer.cs
Normal file
11
OpenSim/Region/ClientStack/IClientNetworkServer.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Net.Sockets;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
public interface IClientNetworkServer
|
||||
{
|
||||
Socket Server { get; }
|
||||
bool HandlesRegion(Location x);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user