Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/kernel.git] / src / ModuleCatalog / PathPrefix.hxx
1 // File: PathPrefix.hxx
2 // Created: Thu Jul 05 2001
3 // Author: Estelle Deville
4 // Project: SALOME
5 // Copyright : CEA/DEN/DMSS/LGLS
6 // $Header$
7
8 #ifndef PATH_PREFIX_H
9 #define PATH_PREFIX_H
10
11 #include <string>
12 #include <vector>
13
14 struct PathPrefix
15 {
16   string path ;
17   vector<string> ListOfComputer ;
18 } ;
19
20 typedef vector<PathPrefix> ListOfPathPrefix ;
21         
22 #endif // PATH_PREFIX_H