#include "report.h" #include "common.h" global::Report::Report( std::shared_ptr ThreadPool, LPTSTR PipeName ) { this->thread_pool = ThreadPool; this->client = std::make_shared( PipeName ); }