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
373dafd9
Commit
373dafd9
authored
Feb 15, 2018
by
Ghislain MARY
Browse files
Renaming in server group chat room.
parent
ecf6024b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/chat/chat-room/server-group-chat-room-p.h
src/chat/chat-room/server-group-chat-room-p.h
+1
-1
src/chat/chat-room/server-group-chat-room-stub.cpp
src/chat/chat-room/server-group-chat-room-stub.cpp
+1
-1
No files found.
src/chat/chat-room/server-group-chat-room-p.h
View file @
373dafd9
...
...
@@ -84,7 +84,7 @@ private:
bool
isAdminLeft
()
const
;
void
queueMessage
(
const
std
::
shared_ptr
<
Message
>
&
message
);
void
queueMessage
(
const
std
::
shared_ptr
<
Message
>
&
msg
,
const
IdentityAddress
&
deviceAddress
);
void
remove
Lef
tParticipants
(
const
std
::
list
<
IdentityAddress
>
&
compatibleParticipants
);
void
remove
NonPresen
tParticipants
(
const
std
::
list
<
IdentityAddress
>
&
compatibleParticipants
);
void
onParticipantDeviceLeft
(
const
std
::
shared_ptr
<
const
CallSession
>
&
session
);
...
...
src/chat/chat-room/server-group-chat-room-stub.cpp
View file @
373dafd9
...
...
@@ -104,7 +104,7 @@ void ServerGroupChatRoomPrivate::queueMessage (const shared_ptr<Message> &messag
void
ServerGroupChatRoomPrivate
::
queueMessage
(
const
shared_ptr
<
Message
>
&
msg
,
const
IdentityAddress
&
deviceAddress
)
{}
void
ServerGroupChatRoomPrivate
::
remove
Lef
tParticipants
(
const
list
<
IdentityAddress
>
&
compatibleParticipants
)
{}
void
ServerGroupChatRoomPrivate
::
remove
NonPresen
tParticipants
(
const
list
<
IdentityAddress
>
&
compatibleParticipants
)
{}
// -----------------------------------------------------------------------------
...
...
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