mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
fix(Hacks): disable copy, Hacks is now uncreatable
This commit is contained in:
parent
f3206e9f79
commit
4451f49d74
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@ LINPHONE_BEGIN_NAMESPACE
|
|||
class Hacks {
|
||||
public:
|
||||
static bool contactHasParam(const std::string &contact, const std::string ¶mName);
|
||||
|
||||
private:
|
||||
Hacks () = default;
|
||||
|
||||
L_DISABLE_COPY(Hacks);
|
||||
};
|
||||
|
||||
LINPHONE_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue