Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
476d0c07
Commit
476d0c07
authored
Nov 15, 2017
by
Ronan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(hacks): enforce doc
parent
013c31bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
hacks.cpp
src/hacks/hacks.cpp
+2
-0
hacks.h
src/hacks/hacks.h
+4
-5
logger.cpp
src/logger/logger.cpp
+2
-0
No files found.
src/hacks/hacks.cpp
View file @
476d0c07
...
...
@@ -25,4 +25,6 @@ using namespace std;
LINPHONE_BEGIN_NAMESPACE
// Place your hacks here.
LINPHONE_END_NAMESPACE
src/hacks/hacks.h
View file @
476d0c07
...
...
@@ -20,22 +20,21 @@
#ifndef _HACKS_H_
#define _HACKS_H_
#include <string>
#include "linphone/utils/general.h"
// =============================================================================
LINPHONE_BEGIN_NAMESPACE
// This class has the purpose to centralize the temporary hacks so that they
// can be located more easily.
/*
* This class has the purpose to centralize the TEMPORARY (!!!) hacks so that they
* can be located more easily. Useful for dev cpp refactoring.
*/
class
Hacks
{
public
:
Hacks
()
=
delete
;
private
:
L_DISABLE_COPY
(
Hacks
);
};
...
...
src/logger/logger.cpp
View file @
476d0c07
...
...
@@ -32,6 +32,8 @@ using namespace std;
LINPHONE_BEGIN_NAMESPACE
// -----------------------------------------------------------------------------
class
LoggerPrivate
:
public
BaseObjectPrivate
{
public
:
Logger
::
Level
level
;
...
...
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