PIP_NO_FILESYSTEM and PIP_NO_THREADS
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
class PIThread;
|
||||
|
||||
#ifndef PIP_NO_THREADS
|
||||
class PIP_EXPORT PITimer: public PIObject {
|
||||
PIOBJECT_SUBCLASS(PITimer, PIObject);
|
||||
|
||||
@@ -209,5 +210,5 @@ protected:
|
||||
PIConditionVariable event;
|
||||
};
|
||||
|
||||
|
||||
#endif // PIP_NO_THREADS
|
||||
#endif // PITIMER_H
|
||||
|
||||
Reference in New Issue
Block a user