aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/IClientNetworkServer.cs
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-05 17:38:14 -0700
committerJohn Hurliman2009-10-05 17:38:14 -0700
commit429a84f390212d0f414a08420707fc90aca2a331 (patch)
tree40b0f161b1cdbd735ec3f9af86cb40f85718f22b /OpenSim/Region/ClientStack/IClientNetworkServer.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-429a84f390212d0f414a08420707fc90aca2a331.zip
opensim-SC_OLD-429a84f390212d0f414a08420707fc90aca2a331.tar.gz
opensim-SC_OLD-429a84f390212d0f414a08420707fc90aca2a331.tar.bz2
opensim-SC_OLD-429a84f390212d0f414a08420707fc90aca2a331.tar.xz
Beginning work on the new LLUDP implementation
Diffstat (limited to 'OpenSim/Region/ClientStack/IClientNetworkServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/IClientNetworkServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/IClientNetworkServer.cs b/OpenSim/Region/ClientStack/IClientNetworkServer.cs
index a71ad4d..54a441b 100644
--- a/OpenSim/Region/ClientStack/IClientNetworkServer.cs
+++ b/OpenSim/Region/ClientStack/IClientNetworkServer.cs
@@ -38,7 +38,7 @@ namespace OpenSim.Region.ClientStack
38 IPAddress _listenIP, ref uint port, int proxyPortOffsetParm, bool allow_alternate_port, IConfigSource configSource, 38 IPAddress _listenIP, ref uint port, int proxyPortOffsetParm, bool allow_alternate_port, IConfigSource configSource,
39 AgentCircuitManager authenticateClass); 39 AgentCircuitManager authenticateClass);
40 40
41 Socket Server { get; } 41 void NetworkStop();
42 bool HandlesRegion(Location x); 42 bool HandlesRegion(Location x);
43 void AddScene(IScene x); 43 void AddScene(IScene x);
44 44