- more bugfixes related to ftp and firewall handling

This commit is contained in:
Mark Vejvoda
2010-12-30 20:02:30 +00:00
parent 64446194e7
commit 973b546b04
4 changed files with 23 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ protected:
public:
FTPServerThread(std::pair<string,string> mapsPath, int portNumber);
~FTPServerThread();
virtual void execute();
virtual void signalQuit();
virtual bool shutdownAndWait();