* Proactively fixed bug-potential concerning the fact that m_httpServer property was differently referred to between RegionApplicationBase and all other grid services.

0.6.5-rc1
lbsa71 2009-04-03 20:56:36 +00:00
parent 0c544a85dc
commit 7f4bf5871d
2 changed files with 1 additions and 7 deletions

View File

@ -111,12 +111,7 @@ namespace OpenSim
}
protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
public new BaseHttpServer HttpServer
{
get { return m_httpServer; }
}
public uint HttpServerPort
{
get { return m_httpServerPort; }

View File

@ -53,7 +53,6 @@ namespace OpenSim.Region.ClientStack
get { return m_networkServersInfo; }
}
protected BaseHttpServer m_httpServer;
protected uint m_httpServerPort;
public CommunicationsManager CommunicationsManager