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