NFIFlash: hide hdd and other mounts (#480)
[vuplus_dvbapp] / lib / dvb / esection.h
index ae80665..2bb17a9 100644 (file)
@@ -15,7 +15,7 @@ class eGTable: public iObject, public Object
        
        unsigned int m_tries;
        
-       eTimer *m_timeout;
+       ePtr<eTimer> m_timeout;
 
        void sectionRead(const __u8 *data);
        void timeout();
@@ -189,7 +189,7 @@ public:
                next=0;
                first=0;
                
-               assert(current->ready);
+               ASSERT(current->ready);
                        
                /*emit*/ tableReady(0);