]> SALOME platform Git repositories - modules/kernel.git/blob - src/Utils/OpUtil.hxx
Salome HOME
PR: force the transformation of message argument into string
[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