[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:18:17 UTC 2011


The following commit has been merged in the debian branch:
commit 5d627830c6950c4a1dcd6ffb214380f329245bb1
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Tue Sep 1 00:07:37 2009 +0200

    opimd: Calls: implement GetMewMissedCalls method

diff --git a/framework/subsystems/opimd/pimd_calls.py b/framework/subsystems/opimd/pimd_calls.py
index 78ed585..9650de7 100644
--- a/framework/subsystems/opimd/pimd_calls.py
+++ b/framework/subsystems/opimd/pimd_calls.py
@@ -281,6 +281,10 @@ class CallDomain(Domain, GenericDomain):
     def NewMissedCalls(self, amount):
         pass
 
+    @dbus_method(_DIN_CALLS, "", "i"):
+    def GetNewMissedCalls(self):
+        return self._new_missed_calls
+
     @dbus_signal(_DIN_CALLS, "s")
     def MissedCall(self, path):
         pass

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list