after DECLARE_REF now all is private.. not public
[enigma2.git] / lib / dvb_ci / dvbci.h
index 603fadfdac5cf475cd21f7046ddd17b3e71b9f9f..8fa313e2709c8cfaa4d2e153a8b603e60c12fd62 100644 (file)
@@ -41,8 +41,7 @@ enum data_source
 class eDVBCISlot: public iObject, public Object
 {
        friend class eDVBCIInterfaces;
-DECLARE_REF(eDVBCISlot);
-private:
+       DECLARE_REF(eDVBCISlot);
        int slotid;
        int fd;
        eSocketNotifier *notifier;
@@ -112,9 +111,8 @@ typedef std::list<CIPmtHandler> PMTHandlerList;
 
 class eDVBCIInterfaces
 {
-DECLARE_REF(eDVBCIInterfaces);
+       DECLARE_REF(eDVBCIInterfaces);
        static eDVBCIInterfaces *instance;
-private:
        eSmartPtrList<eDVBCISlot> m_slots;
        eDVBCISlot *getSlot(int slotid);
        PMTHandlerList m_pmt_handlers;