Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Add a header file with forward declarations
[simgrid.git] / include / simgrid / s4u / forward.hpp
diff --git a/include/simgrid/s4u/forward.hpp b/include/simgrid/s4u/forward.hpp
new file mode 100644 (file)
index 0000000..12a7894
--- /dev/null
@@ -0,0 +1,22 @@
+/* Copyright (c) 2016. The SimGrid Team. All rights reserved.          */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
+#ifndef SIMGRID_S4U_FORWARD_HPP
+#define SIMGRID_S4U_FORWARD_HPP
+
+namespace simgrid {
+namespace s4u {
+
+class Async;
+class Comm;
+class Engine;
+class Host;
+class Mailbox;
+class Storage;
+
+}
+}
+
+#endif