Salome HOME
Initialisation de la base KERNEL avec la version operationnelle de KERNEL_SRC issue...
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI_ImportOperation.h
1 //  File      : SALOMEGUI_ImportOperation.h
2 //  Created   : Thu Jun 14 12:07:26 2001
3 //  Author    : Nicolas REJNERI
4 //  Project   : SALOME
5 //  Module    : SALOMEGUI
6 //  Copyright : Open CASCADE
7 //  $Header$
8
9 #if !defined SALOMEGUI_IMPORTOPERATION
10 #define SALOMEGUI_IMPORTOPERATION
11
12 #if _MSC_VER > 1000
13 #pragma once
14 #endif // _MSC_VER > 1000
15
16 #include "QAD_Operation.h"
17 class SALOMEGUI_ImportOperation : public QAD_Operation  
18 {
19 public:
20     SALOMEGUI_ImportOperation( QAD_Study* );
21 };
22
23 #endif