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

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