#pragma once #include "ClientContext.h" #include <map> class CLNContext : public CClientContext { public: std::map<CString, DWORD_PTR> m_mapImei; };