Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
b8f6b4263d25702b8a778ac69c84c0abea869df7
[simgrid.git] / include / simgrid / s4u / forward.hpp
1 /* Copyright (c) 2016. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef SIMGRID_S4U_FORWARD_HPP
7 #define SIMGRID_S4U_FORWARD_HPP
8
9 namespace simgrid {
10 namespace s4u {
11
12 class Activity;
13 class Comm;
14 class Engine;
15 class Host;
16 class Mailbox;
17 class Storage;
18
19 }
20 }
21
22 #endif