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
d77af885
Commit
d77af885
authored
Aug 02, 2017
by
Benjamin REIS
Browse files
use shared_ptr
parent
d93ccca8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
85 additions
and
95 deletions
+85
-95
src/conference/conference-listener.h
src/conference/conference-listener.h
+1
-1
tester/confeventpackage_tester.cpp
tester/confeventpackage_tester.cpp
+84
-94
No files found.
src/conference/conference-listener.h
View file @
d77af885
...
...
@@ -28,7 +28,7 @@ namespace LinphonePrivate {
// -------------------------------------------------------------------------
class
ConferenceListener
{
public:
//
virtual ~ConferenceListener() =
0
;
virtual
~
ConferenceListener
()
=
default
;
virtual
void
conferenceCreated
(
LinphoneAddress
*
confAddress
)
=
0
;
virtual
void
conferenceTerminated
(
LinphoneAddress
*
confAddress
)
=
0
;
virtual
void
participantAdded
(
LinphoneAddress
*
addr
)
=
0
;
...
...
tester/confeventpackage_tester.cpp
View file @
d77af885
This diff is collapsed.
Click to expand it.
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