Salome HOME
refs #30 - Sketch base GUI: create, draw lines
[modules/shaper.git] / src / PyInterp / PyInterp_Interp.h
index b93c6475a4b25424fdcde2b8b18cea41d781bceb..d92bc4fc9d0b047d21020d17238ce5418eb070bb 100644 (file)
@@ -7,8 +7,7 @@
 #include <list>
 #include <string>
 
-//PYINTERP_EXPORT
-class PyLockWrapper
+class PYINTERP_EXPORT PyLockWrapper
 {
   PyThreadState* myThreadState;
   PyThreadState* mySaveThreadState;
@@ -20,8 +19,7 @@ public:
 
 typedef void PyOutChanged(void* data,char * c);
 
-//PYINTERP_EXPORT
-class PyInterp_Interp
+class PYINTERP_EXPORT PyInterp_Interp
 {
 public:
   static int _argc;
@@ -64,8 +62,7 @@ protected:
   virtual bool initContext() = 0;  
 };
 
-//PYINTERP_EXPORT
-class PyObjWrapper
+class PYINTERP_EXPORT PyObjWrapper
 {
   PyObject* myObject;
 public: