* minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-01-05 20:58:57 +00:00
parent e98385dd74
commit b077723a20
2 changed files with 4 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ namespace OpenSim.Framework.Servers
private HttpServerLogWriter httpserverlog = new HttpServerLogWriter();
private volatile int NotSocketErrors = 0;
private volatile bool HTTPDRunning = false;
public volatile bool HTTPDRunning = false;
protected Thread m_workerThread;
protected HttpListener m_httpListener;