X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40c50e73054c04f97b5e5a618f1676eb5c3c9658..5d37103da397672aff379d7dc01186068bfc1498:/examples/cxx/explicitDestination/Forwarder.hpp diff --git a/examples/cxx/explicitDestination/Forwarder.hpp b/examples/cxx/explicitDestination/Forwarder.hpp deleted file mode 100644 index b09b821635..0000000000 --- a/examples/cxx/explicitDestination/Forwarder.hpp +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef FORWARDER_HPP -#define FORWARDER_HPP - -#include -using namespace SimGrid::Msg; - -class Forwarder : public Process -{ - MSG_DECLARE_DYNAMIC(Forwarder); - - public: - - // Default constructor. - Forwarder(){} - - // Destructor. - virtual ~Forwarder(){} - - int main(int argc, char** argv); - -}; - - -#endif // !FORWARDER_HPP