Salome HOME
taking into account of the xml file for the component test of ther Corba
[modules/med.git] / src / MedMem / FieldInt_i.hxx
1 //=============================================================================
2 // File      : FieldInt_i.hxx
3 // Project   : SALOME
4 // Author    : EDF 
5 // Copyright : EDF 2002
6 // $Header: /export/home/CVS/SALOME_ROOT/MED/src/MedMem/FieldInt_i.hxx
7 //=============================================================================
8
9 #ifndef MED_FIELDINT_I_HXX_
10 #define MED_FIELDINT_I_HXX_
11
12 #include <SALOMEconfig.h> 
13
14 #include CORBA_SERVER_HEADER(MED)
15
16 #include "Field_i.hxx"
17 #include "FieldOf_i.hxx"
18
19 #include "MEDMEM_Field.hxx"
20
21 class FIELDINT_i: public FIELDOF_i<int>
22 {
23 private:
24     FIELDINT_i();
25
26 public:
27     ~FIELDINT_i();
28     FIELDINT_i(SALOME_MED::SUPPORT_ptr mySupportIOR, ::FIELD<int> * const f);
29     FIELDINT_i(FIELDINT_i & f);
30     Engines::long_array * getValue (SALOME_MED::medModeSwitch mode ) 
31                                    throw (SALOME::SALOME_Exception);
32 };
33 #endif /* MED_FIELDINT_I_HXX_ */