Home
last modified time | relevance | path

Searched refs:FTPServerThread (Results 1 – 4 of 4) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/posix/
H A Dminiftpserver.cpp41 FTPClientValidationInterface * FTPServerThread::ftpValidationIntf = NULL;
54 if(FTPServerThread::getFtpValidationIntf() != NULL) { in isValidClientType()
55 result = FTPServerThread::getFtpValidationIntf()->isValidClientType(clientIp); in isValidClientType()
64 if(FTPServerThread::getFtpValidationIntf() != NULL) { in isClientAllowedToGetFile()
71 FTPServerThread::FTPServerThread(std::pair<string,string> mapsPath, in FTPServerThread() function in Shared::PlatformCommon::FTPServerThread
97 FTPServerThread::~FTPServerThread() { in ~FTPServerThread()
114 void FTPServerThread::signalQuit() { in signalQuit()
122 bool FTPServerThread::shutdownAndWait() { in shutdownAndWait()
132 void FTPServerThread::addClientToServerIPAddress(uint32 clientIp,uint32 ServerIp) { in addClientToServerIPAddress()
138 void FTPServerThread::setInternetEnabled(bool value, bool forceChange) { in setInternetEnabled()
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/posix/
H A Dminiftpserver.h36 class FTPServerThread : public BaseThread
54 FTPServerThread(std::pair<string,string> mapsPath,
60 ~FTPServerThread();
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dserver_interface.h30 namespace Shared { namespace PlatformCommon { class FTPServerThread; }} variable
74 ::Shared::PlatformCommon::FTPServerThread *ftpServer;
H A Dserver_interface.cpp235 ftpServer = new FTPServerThread(mapsPath,tilesetsPath,techtreesPath, in ServerInterface()
438 FTPServerThread::addClientToServerIPAddress(clientIp, ServerIp); in addClientToServerIPAddress()