mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 07:14:46 +02:00
trunk/branch integration: VxWorks & Wince
This commit is contained in:
@@ -50,6 +50,8 @@
|
|||||||
#else
|
#else
|
||||||
#include "Poco/Thread_WIN32.h"
|
#include "Poco/Thread_WIN32.h"
|
||||||
#endif
|
#endif
|
||||||
|
#elif defined(POCO_VXWORKS)
|
||||||
|
#include "Poco/Thread_VX.h"
|
||||||
#else
|
#else
|
||||||
#include "Poco/Thread_POSIX.h"
|
#include "Poco/Thread_POSIX.h"
|
||||||
#endif
|
#endif
|
||||||
@@ -105,7 +107,7 @@ public:
|
|||||||
/// Returns the name of the thread.
|
/// Returns the name of the thread.
|
||||||
|
|
||||||
std::string getName() const;
|
std::string getName() const;
|
||||||
/// Returns teh name of the thread.
|
/// Returns the name of the thread.
|
||||||
|
|
||||||
void setName(const std::string& name);
|
void setName(const std::string& name);
|
||||||
/// Sets the name of the thread.
|
/// Sets the name of the thread.
|
||||||
|
Reference in New Issue
Block a user