#ifndef __list_h #define __list_h class eDVBTransponderList: iDVBChannelList { DECLARE_REF(eDVBTransponderList); std::map > channels; public: virtual RESULT getChannelFrontendData(const eDVBChannelID &id, ePtr &parm)=0; }; #endif