summaryrefslogtreecommitdiff
path: root/src/thread/thread_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/thread_none.cpp')
-rw-r--r--src/thread/thread_none.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thread/thread_none.cpp b/src/thread/thread_none.cpp
index 861f2cfd6..67679bc81 100644
--- a/src/thread/thread_none.cpp
+++ b/src/thread/thread_none.cpp
@@ -23,6 +23,8 @@ class ThreadMutex_None : public ThreadMutex {
public:
virtual void BeginCritical() {}
virtual void EndCritical() {}
+ virtual void WaitForSignal() {}
+ virtual void SendSignal() {}
};
/* static */ ThreadMutex *ThreadMutex::New()