feat(hacks): enforce doc

This commit is contained in:
Ronan Abhamon 2017-11-15 15:49:31 +01:00
parent 013c31bc6d
commit 476d0c07e5
3 changed files with 8 additions and 5 deletions

View file

@ -25,4 +25,6 @@ using namespace std;
LINPHONE_BEGIN_NAMESPACE
// Place your hacks here.
LINPHONE_END_NAMESPACE

View file

@ -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);
};

View file

@ -32,6 +32,8 @@ using namespace std;
LINPHONE_BEGIN_NAMESPACE
// -----------------------------------------------------------------------------
class LoggerPrivate : public BaseObjectPrivate {
public:
Logger::Level level;