aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/scrubcontext.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-11 13:34:51 +0200
committerStefan Boberg <[email protected]>2023-05-11 13:34:51 +0200
commit0587c3ad55806d49e519cf0d51011b2ceddbd2e4 (patch)
tree68532bc80b1116ce5866881d70ae0bb91f5004d5 /src/zenstore/scrubcontext.cpp
parentZEN_LOG_SCOPE compile fix (diff)
downloadzen-0587c3ad55806d49e519cf0d51011b2ceddbd2e4.tar.xz
zen-0587c3ad55806d49e519cf0d51011b2ceddbd2e4.zip
added scrubcontext.cpp
Diffstat (limited to 'src/zenstore/scrubcontext.cpp')
-rw-r--r--src/zenstore/scrubcontext.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/zenstore/scrubcontext.cpp b/src/zenstore/scrubcontext.cpp
new file mode 100644
index 000000000..525f36123
--- /dev/null
+++ b/src/zenstore/scrubcontext.cpp
@@ -0,0 +1,15 @@
+#include "zenstore/scrubcontext.h"
+
+#include <zencore/workthreadpool.h>
+
+namespace zen {
+
+ScrubContext::ScrubContext(WorkerThreadPool& InWorkerThreadPool)
+{
+}
+
+ScrubContext::~ScrubContext()
+{
+}
+
+} \ No newline at end of file