Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use pointers instead references.
[simgrid.git] / src / cxx / Application.hpp
index 7efe7a2..c281870 100644 (file)
        #error Application.hpp requires C++ compilation (use a .cxx suffix)\r
 #endif\r
 \r
-#include <Config.hpp>\r
+#include <NullPointerException.hpp>\r
+#include <FileNotFoundException.hpp>\r
+#include <LogicException.hpp>\r
+#include <MsgException.hpp>\r
 \r
 namespace SimGrid\r
 {\r
        namespace Msg\r
        {\r
-               class NullPointerException;\r
-               class FileNotFoundException;\r
-               class LogicException;\r
-               class MsgException;\r
-\r
                // Application wrapper class declaration.\r
                class SIMGRIDX_EXPORT Application\r
                {\r
@@ -149,4 +147,5 @@ namespace SimGrid
        } // namespace Msg\r
 } // namespace SimGrid\r
 \r
-#endif // !MSG_APPLICATION_HPP
\ No newline at end of file
+#endif // !MSG_APPLICATION_HPP\r
+\r