[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:17:19 UTC 2011


The following commit has been merged in the debian branch:
commit 5a8a2c72a0f0eaae5b4d3b67b4b1cfc6c956bd79
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Fri Jul 10 09:01:43 2009 +0200

    opimd: add dbus errors related to calls

diff --git a/framework/subsystems/opimd/helpers.py b/framework/subsystems/opimd/helpers.py
index 58483c8..b84bde0 100644
--- a/framework/subsystems/opimd/helpers.py
+++ b/framework/subsystems/opimd/helpers.py
@@ -95,3 +95,16 @@ class AmbiguousKey( DBusException ):
 #----------------------------------------------------------------------------#
     """Raised when a given message field name is present more than once and it's unclear which to modify"""
     _dbus_error_name = "org.freesmartphone.PIM.AmbiguousKey"
+#----------------------------------------------------------------------------#
+class InvalidCallID( DBusException ):
+#----------------------------------------------------------------------------#
+    """Raised when a submitted call ID is invalid / out of range"""
+    _dbus_error_name = "org.freesmartphone.PIM.InvalidCallID"
+
+#----------------------------------------------------------------------------#
+class NoMoreCalls( DBusException ):
+#----------------------------------------------------------------------------#
+    """Raised when there are no more calls to be listed"""
+    _dbus_error_name = "org.freesmartphone.PIM.NoMoreCallss"
+
+

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list