Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
namespacing cosmetics
[simgrid.git] / src / mc / remote / Client.hpp
index d6b7fd6..11cf82a 100644 (file)
@@ -51,7 +51,7 @@ public:
   static Client* initialize();
   static Client* get() { return instance_.get(); }
 };
-}
-}
+} // namespace mc
+} // namespace simgrid
 
 #endif