diff options
| author | Stefan Boberg <[email protected]> | 2023-05-11 13:34:51 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-11 13:34:51 +0200 |
| commit | 0587c3ad55806d49e519cf0d51011b2ceddbd2e4 (patch) | |
| tree | 68532bc80b1116ce5866881d70ae0bb91f5004d5 /src/zenstore/scrubcontext.cpp | |
| parent | ZEN_LOG_SCOPE compile fix (diff) | |
| download | zen-0587c3ad55806d49e519cf0d51011b2ceddbd2e4.tar.xz zen-0587c3ad55806d49e519cf0d51011b2ceddbd2e4.zip | |
added scrubcontext.cpp
Diffstat (limited to 'src/zenstore/scrubcontext.cpp')
| -rw-r--r-- | src/zenstore/scrubcontext.cpp | 15 |
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 |