expectutils.hxx
来自「这是国外的resip协议栈」· HXX 代码 · 共 21 行
HXX
21 行
#ifndef ExpectUtils_hxx_#define ExpectUtils_hxx_#include <set>#include "tfm/CountDown.hxx"#include "tfm/CheckContacts.hxx"#include "tfm/CheckFetchedContacts.hxx"#include "tfm/TestUser.hxx"std::set<resip::NameAddr> mergeContacts(const TestUser& user1);std::set<resip::NameAddr> mergeContacts(const TestUser& user1, const TestUser& user2);std::set<resip::NameAddr> mergeContacts(const TestUser& user1, const TestUser& user2, const TestUser& user3);#endif// Copyright 2005 Purplecomm, Inc.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?