Author: rshortt
Date: Thu Mar 16 02:47:59 2006
New Revision: 1292

Modified:
   trunk/WIP/epg2/src/client.py

Log:
add the ping() method


Modified: trunk/WIP/epg2/src/client.py
==============================================================================
--- trunk/WIP/epg2/src/client.py        (original)
+++ trunk/WIP/epg2/src/client.py        Thu Mar 16 02:47:59 2006
@@ -30,6 +30,12 @@
         self._server.signals["updated"].connect(self._updated)
         
self._server.signals["update_progress"].connect(self.signals["update_progress"].emit)
 
+    def ping(self):
+        if self._ipc:
+            return self._ipc.ping()
+        else:
+            return False
+        
     def _updated(self):
         self._load()
         self.signals["updated"].emit()


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to