Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename Lib to Facetable
[simgrid.git] / include / simgrid / Host.hpp
index e914303..d61aefa 100644 (file)
 #include <vector>
 
 #include <xbt/base.h>
-#include <xbt/Lib.hpp>
+#include <xbt/Facetable.hpp>
 
 namespace simgrid {
 
-XBT_PUBLIC_CLASS Host : public simgrid::xbt::Lib<Host> {
+XBT_PUBLIC_CLASS Host : public simgrid::xbt::Facetable<Host> {
 private:
   std::string id_;
 public: