Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include surf_resource.h, for surf_resource_name().
[simgrid.git] / src / cxx / Msg.cxx
index eb23f4f..cb622f8 100644 (file)
@@ -16,8 +16,8 @@
 
 
 #include <Msg.hpp>
-#include <Host.hpp>
-#include <Process.hpp>
+#include <MsgHost.hpp>
+#include <MsgProcess.hpp>
 
 
 #include <msg/msg.h>
@@ -59,7 +59,7 @@ namespace SimGrid
                void info(const StringHelper& s)
                {
                        StringHelper clock;
-                       
+
                        cout << "[";
                        cout << Host::currentHost().getName();
                        cout << ":";
@@ -93,7 +93,7 @@ namespace SimGrid
                void error(const StringHelper& s)
                {
                        StringHelper clock;
-                       
+
                        cout << "[";
                        cout << Host::currentHost().getName();
                        cout << ":";