mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
- initial work for tileset ftp transfers, needs some testing
This commit is contained in:
@@ -31,12 +31,12 @@ class FTPServerThread : public BaseThread
|
||||
{
|
||||
protected:
|
||||
std::pair<string,string> mapsPath;
|
||||
std::pair<string,string> tilesetsPath;
|
||||
int portNumber;
|
||||
//uint32 externalIp;
|
||||
|
||||
public:
|
||||
|
||||
FTPServerThread(std::pair<string,string> mapsPath, int portNumber);
|
||||
FTPServerThread(std::pair<string,string> mapsPath, std::pair<string,string> tilesetsPath, int portNumber);
|
||||
~FTPServerThread();
|
||||
virtual void execute();
|
||||
virtual void signalQuit();
|
||||
|
Reference in New Issue
Block a user