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