X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1175edd91aa4b1e90a0cd822eda961ee21d20a54..846b7de4a868bf8dc1270f76a01c33738576694d:/src/cxx/Application.hpp?ds=sidebyside diff --git a/src/cxx/Application.hpp b/src/cxx/Application.hpp index 1ca158fe75..c2818701f7 100644 --- a/src/cxx/Application.hpp +++ b/src/cxx/Application.hpp @@ -29,7 +29,7 @@ namespace SimGrid namespace Msg { // Application wrapper class declaration. - class Application + class SIMGRIDX_EXPORT Application { public: @@ -75,7 +75,7 @@ namespace SimGrid */ void deploy(void) - throw(LogicExeption, MsgException); + throw(LogicException, MsgException); /*! \brief Application::deploy() - Deploy the appliction. * @@ -141,9 +141,11 @@ namespace SimGrid // the xml file which describes the application of the simulation. const char* file; + }; } // namespace Msg } // namespace SimGrid -#endif // !MSG_APPLICATION_HPP \ No newline at end of file +#endif // !MSG_APPLICATION_HPP +