From fb312b1ae845cabc994aed868148c77646ca5680 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 3 Oct 2017 14:30:37 +0200 Subject: [PATCH] feat(core): add notes --- src/address/address.h | 1 + src/content/content-type.cpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/address/address.h b/src/address/address.h index 94c2e4ea2..d0075f3c1 100644 --- a/src/address/address.h +++ b/src/address/address.h @@ -29,6 +29,7 @@ LINPHONE_BEGIN_NAMESPACE class AddressPrivate; class LINPHONE_PUBLIC Address : public ClonableObject { + // TODO: Remove me later. friend class CallSession; friend class ClientGroupChatRoom; diff --git a/src/content/content-type.cpp b/src/content/content-type.cpp index 95fb47280..b0609c72b 100644 --- a/src/content/content-type.cpp +++ b/src/content/content-type.cpp @@ -16,9 +16,10 @@ * along with this program. If not, see . */ -#include "content-type.h" #include "object/clonable-object-p.h" +#include "content-type.h" + // ============================================================================= using namespace std;