X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..6c7b494f8d1203fb34e01e349b339a70a68daa7a:/include/xbt/log.hpp diff --git a/include/xbt/log.hpp b/include/xbt/log.hpp index c28f642c2d..dc1153501e 100644 --- a/include/xbt/log.hpp +++ b/include/xbt/log.hpp @@ -3,13 +3,16 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#ifndef SIMGRID_XBT_LOG_HPP +#define SIMGRID_XBT_LOG_HPP + #include #include namespace simgrid { namespace xbt { -/** Display informations about an exception +/** Display information about an exception * * We display: the exception type, name, attached backtraces (if any) and * the nested exception (if any). @@ -22,3 +25,5 @@ XBT_PUBLIC void install_exception_handler(); } // namespace xbt } // namespace simgrid + +#endif \ No newline at end of file