mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
* use xcode-select to find correct paths for iOS build
* add iOS definitions for CMake * ServerApplication on Android must use events instead of signals to wait for server termination.
This commit is contained in:
@@ -196,6 +196,9 @@ private:
|
||||
void handlePidFile(const std::string& name, const std::string& value);
|
||||
bool isDaemon(int argc, char** argv);
|
||||
void beDaemon();
|
||||
#if defined(POCO_ANDROID)
|
||||
static Poco::Event _terminate;
|
||||
#endif
|
||||
#elif defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#if !defined(_WIN32_WCE)
|
||||
enum Action
|
||||
|
||||
Reference in New Issue
Block a user