X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=main%2Fenigma-dvbtest.cpp;h=aa562399cd4081dc75a89e08a73cb6d073870519;hb=340b1e461103364c6f2880d9d00a9cf3908de568;hp=76c760c4f616fea96d9d3565d758d6ce0e83e135;hpb=f7bcb76bda4da5d8a830181b4a8335d3de67f333;p=vuplus_dvbapp diff --git a/main/enigma-dvbtest.cpp b/main/enigma-dvbtest.cpp index 76c760c..aa56239 100644 --- a/main/enigma-dvbtest.cpp +++ b/main/enigma-dvbtest.cpp @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include @@ -16,7 +16,7 @@ class eMain: public eApplication, public Object ePtr m_mgr; ePtr m_channel; ePtr m_demux; - eAUTable > m_table; + eAUTable > m_table; ePtr m_dvbdb; @@ -101,15 +101,15 @@ public: void tableReady(int) { /* table "fertig" (wie auch immer) */ - ePtr > ptr; + ePtr > ptr; /* erfolgreich? */ if (!m_table.getCurrent(ptr)) { /* dumpen ... */ - ProgramMapTableConstIterator i; + ProgramMapSectionConstIterator i; for (i = ptr->getSections().begin(); i != ptr->getSections().end(); ++i) { - const ProgramMapTable &pmt = **i; + const ProgramMapSection &pmt = **i; eDebug("pcr pid: %x", pmt.getPcrPid()); } eDebug("program map ...");