diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/IClientNetworkServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/IClientNetworkServer.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/IClientNetworkServer.cs b/OpenSim/Region/ClientStack/IClientNetworkServer.cs index 817e8af..fcec1b8 100644 --- a/OpenSim/Region/ClientStack/IClientNetworkServer.cs +++ b/OpenSim/Region/ClientStack/IClientNetworkServer.cs | |||
@@ -35,7 +35,9 @@ namespace OpenSim.Region.ClientStack | |||
35 | { | 35 | { |
36 | public interface IClientNetworkServer | 36 | public interface IClientNetworkServer |
37 | { | 37 | { |
38 | void Initialise(IPAddress _listenIP, ref uint port, int proxyPortOffsetParm, bool allow_alternate_port, AssetCache assetCache, AgentCircuitManager authenticateClass); | 38 | void Initialise( |
39 | IPAddress _listenIP, ref uint port, int proxyPortOffsetParm, bool allow_alternate_port, ClientStackUserSettings settings, | ||
40 | AssetCache assetCache, AgentCircuitManager authenticateClass); | ||
39 | 41 | ||
40 | Socket Server { get; } | 42 | Socket Server { get; } |
41 | bool HandlesRegion(Location x); | 43 | bool HandlesRegion(Location x); |