Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The default alias name is now build from the name of the host of the process and...
[simgrid.git] / src / cxx / Simulation.hpp
index 00f4ab1..631cc30 100644 (file)
        #error Sumulation.hpp requires C++ compilation (use a .cxx suffix)\r
 #endif\r
 \r
+#include <MsgException.hpp>\r
+#include <FileNotFoundException.hpp>\r
+\r
 namespace SimGrid\r
 {\r
        namespace Msg\r
        {\r
+               class MsgException;\r
+               class FileNotFoundException;\r
+\r
                // Simulation class declaration.\r
-               class Simulation\r
+               class SIMGRIDX_EXPORT Simulation\r
                {\r
                        public :\r
                        \r
-                               Simulation();\r
+                               Simulation(){};\r
                                \r
                                Simulation(const Simulation& rSimulation);\r
                                \r
-                               virtual ~Simulation();\r
+                               virtual ~Simulation(){};\r
                                \r
                        // Operations.\r
                        \r
@@ -51,4 +57,5 @@ namespace SimGrid
        } // namespace Msg\r
 } // namespace SimGrid\r
 \r
-#endif // !MSG_SIMULATION_HPP
\ No newline at end of file
+#endif // !MSG_SIMULATION_HPP\r
+\r