make many constructors and destructors invisible for python
[vuplus_dvbapp] / lib / driver / avswitch.h
index 9f6eccb..d765e02 100644 (file)
@@ -4,12 +4,16 @@
 class eAVSwitch
 {
        static eAVSwitch *instance;
-       
+#ifdef SWIG
+       eAVSwitch();
+       ~eAVSwitch();
+#endif
 protected:     
 public:
+#ifndef SWIG
        eAVSwitch();
        ~eAVSwitch();
-
+#endif
        static eAVSwitch *getInstance();
        
        void setFastBlank(int val);