mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
Replaced space indentations with tabs
Replaced intermittent space indentations with tabs; removed test.txt file
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Poco {
|
||||
class Foundation_API ThreadImpl
|
||||
{
|
||||
public:
|
||||
typedef pthread_t TIDImpl;
|
||||
typedef pthread_t TIDImpl;
|
||||
typedef void (*Callable)(void*);
|
||||
|
||||
enum Priority
|
||||
@@ -91,9 +91,9 @@ public:
|
||||
void* pData;
|
||||
};
|
||||
|
||||
ThreadImpl();
|
||||
ThreadImpl();
|
||||
~ThreadImpl();
|
||||
|
||||
|
||||
TIDImpl tidImpl() const;
|
||||
void setPriorityImpl(int prio);
|
||||
int getPriorityImpl() const;
|
||||
|
Reference in New Issue
Block a user