X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2abf25f94d9a3fd19a5d85637d6758932be8b047..d19029c26682d4c5ae520a8ee7bb34a7b18e5471:/examples/cxx/autoDestination/Master.hpp diff --git a/examples/cxx/autoDestination/Master.hpp b/examples/cxx/autoDestination/Master.hpp index dc08c6d27c..b3e59ab7d6 100644 --- a/examples/cxx/autoDestination/Master.hpp +++ b/examples/cxx/autoDestination/Master.hpp @@ -1,23 +1,23 @@ -#ifndef MASTER_HPP -#define MASTER_HPP - -#include -using namespace SimGrid::Msg; - -class Master : public Process -{ - MSG_DECLARE_DYNAMIC(Master); - - public: - - // Default constructor. - Master(){} - - // Destructor. - virtual ~Master(){} - - int main(int argc, char** argv); - -}; - -#endif // !MASTER_HPP \ No newline at end of file +#ifndef MASTER_HPP +#define MASTER_HPP + +#include +using namespace SimGrid::Msg; + +class Master : public Process +{ + MSG_DECLARE_DYNAMIC(Master); + + public: + + // Default constructor. + Master(){} + + // Destructor. + virtual ~Master(){} + + int main(int argc, char** argv); + +}; + +#endif // !MASTER_HPP