Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PyConsole / PyConsole_Interp.h
1
2 #ifndef PYCONSOLE_INTERP_H
3 #define PYCONSOLE_INTERP_H
4
5 #include "PyConsole.h"
6
7 #include <PyInterp_Interp.h>   /// !!! WARNING !!! THIS INCLUDE MUST BE VERY FIRST !!!
8
9 class PYCONSOLE_EXPORT PyConsole_Interp : public PyInterp_Interp
10 {
11 public:
12   PyConsole_Interp();
13   ~PyConsole_Interp();
14
15 protected:
16   virtual bool initState();
17   virtual bool initContext();  
18 };
19
20 #endif // PYCONSOLE_INTERP_H