X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/846b7de4a868bf8dc1270f76a01c33738576694d..13ab86ee48bea707ffb0041659f65dac2351c6d5:/src/cxx/Msg.hpp diff --git a/src/cxx/Msg.hpp b/src/cxx/Msg.hpp index 2ed2f96e29..048e38c7eb 100644 --- a/src/cxx/Msg.hpp +++ b/src/cxx/Msg.hpp @@ -24,6 +24,8 @@ #include #include +#include + namespace SimGrid { @@ -51,8 +53,15 @@ namespace SimGrid * * \param s The information to display. */ + SIMGRIDX_EXPORT void info(const StringHelper& s); + SIMGRIDX_EXPORT void info(const char* s); + SIMGRIDX_EXPORT void error(const StringHelper& s); + + SIMGRIDX_EXPORT void error(const char* s); + + /*! \brief getClock() - Retrieve the simulation time * * \return The current simulation time.