Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
fb312b1a
Commit
fb312b1a
authored
Oct 03, 2017
by
Ronan
Browse files
feat(core): add notes
parent
54de6bb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/address/address.h
src/address/address.h
+1
-0
src/content/content-type.cpp
src/content/content-type.cpp
+2
-1
No files found.
src/address/address.h
View file @
fb312b1a
...
@@ -29,6 +29,7 @@ LINPHONE_BEGIN_NAMESPACE
...
@@ -29,6 +29,7 @@ LINPHONE_BEGIN_NAMESPACE
class
AddressPrivate
;
class
AddressPrivate
;
class
LINPHONE_PUBLIC
Address
:
public
ClonableObject
{
class
LINPHONE_PUBLIC
Address
:
public
ClonableObject
{
// TODO: Remove me later.
friend
class
CallSession
;
friend
class
CallSession
;
friend
class
ClientGroupChatRoom
;
friend
class
ClientGroupChatRoom
;
...
...
src/content/content-type.cpp
View file @
fb312b1a
...
@@ -16,9 +16,10 @@
...
@@ -16,9 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
*/
#include "content-type.h"
#include "object/clonable-object-p.h"
#include "object/clonable-object-p.h"
#include "content-type.h"
// =============================================================================
// =============================================================================
using
namespace
std
;
using
namespace
std
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment