]> AND Public Git Repository - simgrid.git/blobdiff - examples/cxx/basic/Forwarder.hpp
Logo AND Algorithmique Numérique Distribuée

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