Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use pointers instead references.
[simgrid.git] / src / cxx / Application.hpp
index 1ca158f..c281870 100644 (file)
@@ -29,7 +29,7 @@ namespace SimGrid
        namespace Msg\r
        {\r
                // Application wrapper class declaration.\r
-               class Application\r
+               class SIMGRIDX_EXPORT Application\r
                {\r
                public:\r
                        \r
@@ -75,7 +75,7 @@ namespace SimGrid
                         */\r
                         \r
                        void deploy(void)\r
-                       throw(LogicExeption, MsgException);\r
+                       throw(LogicException, MsgException);\r
                        \r
                        /*! \brief Application::deploy() - Deploy the appliction.\r
                         *\r
@@ -141,9 +141,11 @@ namespace SimGrid
                        \r
                        // the xml file which describes the application of the simulation.\r
                        const char* file;\r
+\r
                };\r
                \r
        } // namespace Msg\r
 } // namespace SimGrid\r
 \r
-#endif // !MSG_APPLICATION_HPP
\ No newline at end of file
+#endif // !MSG_APPLICATION_HPP\r
+\r