]> SALOME platform Git repositories - modules/kernel.git/blob - src/Utils/OpUtil.hxx
Salome HOME
306d7fd91b1569cb875a558d93ad8b5ebc57feba
[modules/kernel.git] / src / Utils / OpUtil.hxx
1 #ifndef _OPUTIL_HXX
2 #define _OPUTIL_HXX
3
4 #include <string>
5
6 string GetHostname();
7 const char *duplicate(const char * const);
8
9 #endif