diff options
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 |