mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-02 15:41:36 +02:00
trunk/branch integration: VxWorks & Wince
This commit is contained in:
parent
73d3dceb86
commit
ccbcadd4ab
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user