Salome HOME
PR: mergefrom_BR_CCRT_11Nov04
[modules/kernel.git] / src / Batch / Batch_Environnement.hxx
1 /*
2  * Environnement.hxx : 
3  *
4  * Auteur : Ivan DUTKA-MALEN - EDF R&D
5  * Mail   : mailto:ivan.dutka-malen@der.edf.fr
6  * Date   : Thu Oct 16 11:37:47 2003
7  * Projet : Salome 2
8  *
9  */
10
11 #ifndef _ENVIRONNEMENT_H_
12 #define _ENVIRONNEMENT_H_
13
14
15 #include <string>
16 #include <map>
17
18 namespace Batch {
19
20   typedef std::map < std::string, std::string > Environnement;
21
22 }
23
24 #endif
25