Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Examples of CPP versions of Msg
[simgrid.git] / examples / cxx / ping_pong / PingPongTask.cxx
diff --git a/examples/cxx/ping_pong/PingPongTask.cxx b/examples/cxx/ping_pong/PingPongTask.cxx
new file mode 100644 (file)
index 0000000..fe452e6
--- /dev/null
@@ -0,0 +1,3 @@
+#include "PingPongTask.hpp"\r
+\r
+MSG_IMPLEMENT_DYNAMIC(PingPongTask, Task);
\ No newline at end of file