[ekiga] OpalCall: Make the compiler happy by handling EndedByCustomCode.



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]