diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Capabilities/Caps.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Capabilities/Caps.cs b/OpenSim/Capabilities/Caps.cs index 7ba65c9..7492602 100644 --- a/OpenSim/Capabilities/Caps.cs +++ b/OpenSim/Capabilities/Caps.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Capabilities | |||
64 | 64 | ||
65 | private CapsHandlers m_capsHandlers; | 65 | private CapsHandlers m_capsHandlers; |
66 | 66 | ||
67 | private Dictionary<string, PollServiceEventArgs> m_pollServiceHandlers | 67 | private Dictionary<string, PollServiceEventArgs> m_pollServiceHandlers |
68 | = new Dictionary<string, PollServiceEventArgs>(); | 68 | = new Dictionary<string, PollServiceEventArgs>(); |
69 | 69 | ||
70 | private Dictionary<string, string> m_externalCapsHandlers = new Dictionary<string, string>(); | 70 | private Dictionary<string, string> m_externalCapsHandlers = new Dictionary<string, string>(); |
@@ -160,7 +160,7 @@ namespace OpenSim.Framework.Capabilities | |||
160 | public void RegisterPollHandler(string capName, PollServiceEventArgs pollServiceHandler) | 160 | public void RegisterPollHandler(string capName, PollServiceEventArgs pollServiceHandler) |
161 | { | 161 | { |
162 | // m_log.DebugFormat( | 162 | // m_log.DebugFormat( |
163 | // "[CAPS]: Registering handler with name {0}, url {1} for {2}", | 163 | // "[CAPS]: Registering handler with name {0}, url {1} for {2}", |
164 | // capName, pollServiceHandler.Url, m_agentID, m_regionName); | 164 | // capName, pollServiceHandler.Url, m_agentID, m_regionName); |
165 | 165 | ||
166 | m_pollServiceHandlers.Add(capName, pollServiceHandler); | 166 | m_pollServiceHandlers.Add(capName, pollServiceHandler); |
@@ -170,7 +170,7 @@ namespace OpenSim.Framework.Capabilities | |||
170 | // uint port = (MainServer.Instance == null) ? 0 : MainServer.Instance.Port; | 170 | // uint port = (MainServer.Instance == null) ? 0 : MainServer.Instance.Port; |
171 | // string protocol = "http"; | 171 | // string protocol = "http"; |
172 | // string hostName = m_httpListenerHostName; | 172 | // string hostName = m_httpListenerHostName; |
173 | // | 173 | // |
174 | // if (MainServer.Instance.UseSSL) | 174 | // if (MainServer.Instance.UseSSL) |
175 | // { | 175 | // { |
176 | // hostName = MainServer.Instance.SSLCommonName; | 176 | // hostName = MainServer.Instance.SSLCommonName; |
@@ -238,7 +238,7 @@ namespace OpenSim.Framework.Capabilities | |||
238 | string hostName = m_httpListenerHostName; | 238 | string hostName = m_httpListenerHostName; |
239 | uint port = (MainServer.Instance == null) ? 0 : MainServer.Instance.Port; | 239 | uint port = (MainServer.Instance == null) ? 0 : MainServer.Instance.Port; |
240 | string protocol = "http"; | 240 | string protocol = "http"; |
241 | 241 | ||
242 | if (MainServer.Instance.UseSSL) | 242 | if (MainServer.Instance.UseSSL) |
243 | { | 243 | { |
244 | hostName = MainServer.Instance.SSLCommonName; | 244 | hostName = MainServer.Instance.SSLCommonName; |