[ekiga] OpalCall: Make the compiler happy by handling EndedByCustomCode.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] OpalCall: Make the compiler happy by handling EndedByCustomCode.
- Date: Tue, 30 Dec 2014 17:08:41 +0000 (UTC)
commit 0bee1944c2559c17c04491ec3476dd94f84ae096
Author: Damien Sandras <dsandras seconix com>
Date: Tue Dec 30 17:32:19 2014 +0100
OpalCall: Make the compiler happy by handling EndedByCustomCode.
lib/engine/components/opal/opal-call.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-call.cpp b/lib/engine/components/opal/opal-call.cpp
index 0005b8d..8f9c69a 100644
--- a/lib/engine/components/opal/opal-call.cpp
+++ b/lib/engine/components/opal/opal-call.cpp
@@ -562,6 +562,7 @@ Opal::Call::OnCleared ()
case OpalConnection::EndedByCertificateAuthority:
reason = _("Remote certificate not authenticated");
break;
+ case OpalConnection::EndedByCustomCode:
case OpalConnection::EndedByQ931Cause:
case OpalConnection::EndedByDurationLimit:
case OpalConnection::EndedByInvalidConferenceID:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]