Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
a387d0e0
Commit
a387d0e0
authored
Feb 05, 2018
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change signature of ServerGroupChatRoomPrivate::update() method.
parent
d4af4faf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
server-group-chat-room-p.h
src/chat/chat-room/server-group-chat-room-p.h
+1
-1
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 @
a387d0e0
...
...
@@ -41,7 +41,7 @@ public:
void
subscribeReceived
(
LinphoneEvent
*
event
);
void
update
(
SalCallOp
*
op
);
bool
update
(
SalCallOp
*
op
);
void
setConferenceAddress
(
const
IdentityAddress
&
conferenceAddress
);
void
setParticipantDevices
(
const
IdentityAddress
&
addr
,
const
std
::
list
<
IdentityAddress
>
&
devices
);
...
...
src/chat/chat-room/server-group-chat-room-stub.cpp
View file @
a387d0e0
...
...
@@ -56,7 +56,7 @@ IdentityAddress ServerGroupChatRoomPrivate::generateConferenceAddress (const sha
void
ServerGroupChatRoomPrivate
::
subscribeReceived
(
LinphoneEvent
*
)
{}
void
ServerGroupChatRoomPrivate
::
update
(
SalCallOp
*
)
{
}
bool
ServerGroupChatRoomPrivate
::
update
(
SalCallOp
*
)
{
return
true
;
}
// -----------------------------------------------------------------------------
...
...
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