testreprouser.cxx

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

CXX
31
字号
#include "tfm/repro/TestRepro.hxx"#include "tfm/repro/TestReproUser.hxx"using namespace resip;using namespace repro;TestReproUser::TestReproUser(TestProxy& proxy,                              const resip::Uri& aor,                             const resip::Data& authName,                             const resip::Data& password,                              resip::TransportType transport,                             const resip::Uri& outboundProxy,                             const resip::Data& nwInterface,                             resip::Security* security) :    TestUser(aor, authName, password, transport, outboundProxy, nwInterface, security),   mProxy(proxy){   mProxy.addUser(mAuthName, aor, password);}TestReproUser::~TestReproUser(){}voidTestReproUser::clean(){   TestUser::clean();   mProxy.deleteBindings(mAor);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?