From 8f645956594339573d9d55a5310960d0008bf47d Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 27 Jul 2017 14:07:37 +0200 Subject: [PATCH] feat(object): rename Linphone namespace to LinphonePrivate --- src/object/object.h | 2 +- src/object/singleton.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/object/object.h b/src/object/object.h index b957d97f5..9b387e804 100644 --- a/src/object/object.h +++ b/src/object/object.h @@ -23,7 +23,7 @@ // ============================================================================= -namespace Linphone { +namespace LinphonePrivate { class Object; class ObjectPrivate { diff --git a/src/object/singleton.h b/src/object/singleton.h index 37506542d..5123e0e73 100644 --- a/src/object/singleton.h +++ b/src/object/singleton.h @@ -23,7 +23,7 @@ // ============================================================================= -namespace Linphone { +namespace LinphonePrivate { template class Singleton : public Object { public: