#pragma once #include #include class AClientConnection { public: AClientConnection(); private: CLocalSocket m_connection; OwnPtr m_notifier; };