X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd59c94828d56624b725b65c21dee0a7c5281e7f..638b21d2071c77f39da2f322156f05f75bf91517:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index ad400846c6..b79c6a5973 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -11,9 +11,13 @@ #include "network_interface.hpp" +namespace simgrid { +namespace surf { + /*********** * Classes * ***********/ + class XBT_PRIVATE NetworkConstantModel; class XBT_PRIVATE NetworkConstantAction; @@ -69,4 +73,7 @@ public: int m_suspended; }; +} +} + #endif /* NETWORK_CONSTANT_HPP_ */