]> SALOME platform Git repositories - modules/kernel.git/blob - src/SALOMEGUI/QAD_PyInterp.h
Salome HOME
NRI : Add message (GUI lib not found).
[modules/kernel.git] / src / SALOMEGUI / QAD_PyInterp.h
1 //=============================================================================
2 //  File      : QAD_PyInterp.h
3 //  Created   : Thu Jun 14 14:04:27 2001
4 //  Author    : Nicolas REJNERI
5 //  Project   : SALOME
6 //  Module    : SALOMEGUI
7 //  Copyright : Open CASCADE
8 //  $Header$
9 //=============================================================================
10
11 #ifndef _QAD_PYINTERP_H_
12 #define _QAD_PYINTERP_H_
13
14 #include "PyInterp_base.h"
15
16 class QAD_PyInterp : public PyInterp_base
17 {
18  public:
19   QAD_PyInterp();
20   ~QAD_PyInterp();
21
22  protected:
23   void initState();
24   void initContext();  
25 };
26
27 #endif