Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
4451f49d
Commit
4451f49d
authored
Oct 03, 2017
by
Ronan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(Hacks): disable copy, Hacks is now uncreatable
parent
f3206e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/hacks/hacks.h
src/hacks/hacks.h
+5
-0
No files found.
src/hacks/hacks.h
View file @
4451f49d
...
...
@@ -32,6 +32,11 @@ LINPHONE_BEGIN_NAMESPACE
class
Hacks
{
public:
static
bool
contactHasParam
(
const
std
::
string
&
contact
,
const
std
::
string
&
paramName
);
private:
Hacks
()
=
default
;
L_DISABLE_COPY
(
Hacks
);
};
LINPHONE_END_NAMESPACE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment