Salome HOME
Models for object browser created
[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 //PYCONSOLE_EXPORT
10 class PyConsole_Interp : public PyInterp_Interp
11 {
12 public:
13   PyConsole_Interp();
14   ~PyConsole_Interp();
15
16 protected:
17   virtual bool initState();
18   virtual bool initContext();  
19 };
20
21 #endif // PYCONSOLE_INTERP_H