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
2a64f69f
Commit
2a64f69f
authored
Oct 31, 2017
by
Sylvain Berfini
🎩
Browse files
Moved insertChatRoom to public part of private core
parent
53c83d35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/core/core-p.h
src/core/core-p.h
+1
-1
No files found.
src/core/core-p.h
View file @
2a64f69f
...
@@ -33,11 +33,11 @@ public:
...
@@ -33,11 +33,11 @@ public:
std
::
unique_ptr
<
MainDb
>
mainDb
;
std
::
unique_ptr
<
MainDb
>
mainDb
;
LinphoneCore
*
cCore
=
nullptr
;
LinphoneCore
*
cCore
=
nullptr
;
void
insertChatRoom
(
const
std
::
shared_ptr
<
ChatRoom
>
&
chatRoom
);
void
insertChatRoomWithDb
(
const
std
::
shared_ptr
<
ChatRoom
>
&
chatRoom
);
void
insertChatRoomWithDb
(
const
std
::
shared_ptr
<
ChatRoom
>
&
chatRoom
);
std
::
shared_ptr
<
ChatRoom
>
createChatRoom
(
const
Address
&
peerAddress
,
bool
isRtt
);
std
::
shared_ptr
<
ChatRoom
>
createChatRoom
(
const
Address
&
peerAddress
,
bool
isRtt
);
private:
private:
void
insertChatRoom
(
const
std
::
shared_ptr
<
ChatRoom
>
&
chatRoom
);
void
deleteChatRoom
(
const
std
::
string
&
peerAddress
);
void
deleteChatRoom
(
const
std
::
string
&
peerAddress
);
void
deleteChatRoomWithDb
(
const
std
::
string
&
peerAddress
);
void
deleteChatRoomWithDb
(
const
std
::
string
&
peerAddress
);
...
...
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