mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
feat(object): rename Linphone namespace to LinphonePrivate
This commit is contained in:
parent
f11cabf8b2
commit
8f64595659
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
// =============================================================================
|
||||
|
||||
namespace Linphone {
|
||||
namespace LinphonePrivate {
|
||||
class Object;
|
||||
|
||||
class ObjectPrivate {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
// =============================================================================
|
||||
|
||||
namespace Linphone {
|
||||
namespace LinphonePrivate {
|
||||
template<class T>
|
||||
class Singleton : public Object {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue