Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove bindings CXX from Simgrid
[simgrid.git] / examples / cxx / explicitDestination / Master.hpp
diff --git a/examples/cxx/explicitDestination/Master.hpp b/examples/cxx/explicitDestination/Master.hpp
deleted file mode 100644 (file)
index dc08c6d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef MASTER_HPP\r
-#define MASTER_HPP\r
-\r
-#include <Process.hpp>\r
-using namespace SimGrid::Msg;\r
-\r
-class Master : public Process\r
-{\r
-       MSG_DECLARE_DYNAMIC(Master);\r
-\r
-       public:\r
-       \r
-       // Default constructor.\r
-       Master(){}\r
-       \r
-       // Destructor.\r
-       virtual ~Master(){}\r
-       \r
-       int main(int argc, char** argv);\r
-               \r
-};\r
-\r
-#endif // !MASTER_HPP
\ No newline at end of file