#pragma once #include "base/HGMsgPump.h" class Manager { public: Manager(HGMsgPump msgPump); virtual ~Manager(); protected: HGMsgPump m_msgPump; };