From 4bc08995411e21f3564f09e136809be68ddf96a8 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 31 Jan 2005 22:51:14 +0000 Subject: - fixed dvb scan - fixed dvbdb (reading/writing lamedb) - fixed (i.e. disallow) operator= in iObject (destroyed refcounts before) - implemented listboxcontent for servicelists - implemented getServiceInformation for non-playing services (still not happy with the result, though) - implemented first try of serviceSelector component --- lib/python/enigma_python.i | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/enigma_python.i') diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index ae15d0d9..8e55b74f 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -58,6 +58,7 @@ is usually caused by not marking PSignals as immutable. #include #include #include +#include extern void runMainloop(); @@ -90,6 +91,7 @@ RefCount(eListboxPythonStringContent) %include %include %include +%include template class PSignal0 { -- cgit v1.2.3