#pragma once #include #include #include #include class FakeNetMgr: public p3NetMgrIMPL { public: FakeNetMgr() : p3NetMgrIMPL() { return; } private: //RsPeerId mOwnId; };