⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testreprouser.hxx

📁 这是国外的resip协议栈
💻 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 + -