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