mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
feat(hacks): enforce doc
This commit is contained in:
parent
013c31bc6d
commit
476d0c07e5
3 changed files with 8 additions and 5 deletions
|
|
@ -25,4 +25,6 @@ using namespace std;
|
|||
|
||||
LINPHONE_BEGIN_NAMESPACE
|
||||
|
||||
// Place your hacks here.
|
||||
|
||||
LINPHONE_END_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@ using namespace std;
|
|||
|
||||
LINPHONE_BEGIN_NAMESPACE
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
class LoggerPrivate : public BaseObjectPrivate {
|
||||
public:
|
||||
Logger::Level level;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue