testreprouser.hxx

来自「这是国外的resip协议栈」· HXX 代码 · 共 32 行

HXX
32
字号
#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 + =
减小字号Ctrl + -
显示快捷键?