📄 testreprouser.hxx
字号:
#ifndef TestReproUser_hxx#define TestReproUser_hxx#include "tfm/TestUser.hxx"namespace resip{class Security;}class TestRepro;class TestReproUser : public TestUser{ public: TestReproUser(TestProxy& proxy, const resip::Uri& aor, const resip::Data& authName, const resip::Data& password, resip::TransportType transport = resip::UDP, const resip::Uri& outboundProxy = TestSipEndPoint::NoOutboundProxy, const resip::Data& nwInterface = resip::Data::Empty, resip::Security* security=0); virtual ~TestReproUser(); virtual void clean(); private: TestProxy& mProxy;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -