📄 testreprouser.cxx
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -