Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last Changes of CPP version of Msg
[simgrid.git] / src / cxx / BadAllocException.hpp
index df050b8..ac4039f 100644 (file)
  *\r
  */  \r
  \r
-#ifndef MSG_MSGEXCEPTION_HPP\r
-#define MSG_MSGEXCEPTION_HPP\r
+#ifndef MSG_BADALLOCEXCEPTION_HPP\r
+#define MSG_BADALLOCEXCEPTION_HPP\r
 \r
-#include "Exception.hpp"\r
+#include <Exception.hpp>\r
 \r
 namespace SimGrid\r
 {\r
        namespace Msg\r
        {\r
                \r
-               class BadAllocException : public Exception\r
+               class SIMGRIDX_EXPORT BadAllocException : public Exception\r
                {\r
                        public:\r
                        \r
@@ -61,4 +61,4 @@ namespace SimGrid
 }// namespace SimGrid\r
 \r
 \r
-#endif // !MSG_MSGEXCEPTION_HPP\r
+#endif // !MSG_BADALLOCEXCEPTION_HPP\r