Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
implement the DVFS functions in Java
[simgrid.git] / src / surf / network_interface.hpp
index a16404c..b94a0e0 100644 (file)
@@ -31,15 +31,10 @@ namespace simgrid {
      *  Signature: `void(NetworkAction *action, simgrid::surf::Action::State old, simgrid::surf::Action::State current)` */
     XBT_PUBLIC_DATA(simgrid::xbt::signal<void(simgrid::surf::NetworkAction*, simgrid::surf::Action::State, simgrid::surf::Action::State)>) networkActionStateChangedCallbacks;
 
-  }
-}
 /*********
  * Model *
  *********/
 
-namespace simgrid {
-  namespace surf {
-
     /** @ingroup SURF_network_interface
      * @brief SURF network model interface class
      * @details A model is an object which handles the interactions between its Resources and its Actions