X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..ccc1670e4bf36086f1f524b5ef004d5210415488:/src/surf/surf_routing_cluster.hpp?ds=sidebyside diff --git a/src/surf/surf_routing_cluster.hpp b/src/surf/surf_routing_cluster.hpp index c7fa8c805c..4588624f5f 100644 --- a/src/surf/surf_routing_cluster.hpp +++ b/src/surf/surf_routing_cluster.hpp @@ -12,11 +12,14 @@ #include "surf_routing_none.hpp" #include "network_interface.hpp" +namespace simgrid { +namespace surf { + /*********** * Classes * ***********/ -class XBT_PRIVATE AsCluster; +class XBT_PRIVATE AsCluster; /* ************************************************** */ /* ************** Cluster ROUTING **************** */ @@ -49,5 +52,7 @@ public: }; +} +} #endif /* SURF_ROUTING_CLUSTER_HPP_ */