Salome HOME
Merge branch 'Dev_1.1.1' of newgeom:newgeom into Dev_1.2.0
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Tools.h
1 /*
2  * GeomAlgoAPI_Tools.h
3  *
4  *  Created on: May 18, 2015
5  *      Author: spo
6  */
7
8 #ifndef GEOMALGOAPI_TOOLS_H_
9 #define GEOMALGOAPI_TOOLS_H_
10
11 #include <GeomAlgoAPI.h>
12
13 #include <string>
14
15 namespace GeomAlgoAPI_Tools {
16
17 class GEOMALGOAPI_EXPORT Localizer
18 {
19 public:
20   Localizer();
21   ~Localizer();
22 private:
23   std::string myCurLocale;
24 };
25
26 } // GeomAlgoAPI_Tools
27
28 #endif /* GEOMALGOAPI_TOOLS_H_ */