make many constructors and destructors invisible for python
[enigma2.git] / lib / driver / rfmod.h
index c95c47a98d1437eae7c2bc5d4fe37c73408146d9..909a08de73bfc942168e1168a00621f089c0388d 100644 (file)
@@ -6,11 +6,15 @@ class eRFmod
        static eRFmod *instance;
        
        int fd;
-protected:     
+#ifdef SWIG
+       eRFmod();
+       ~eRFmod();
+#endif
 public:
+#ifndef SWIG
        eRFmod();
        ~eRFmod();
-
+#endif
        static eRFmod *getInstance();
 
        void setFunction(int val);                                              //0=Enable 1=Disable