Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill unused code
[simgrid.git] / include / simgrid / Host.hpp
index e1d2999..c887ee7 100644 (file)
 #include <vector>
 
 #include <xbt/base.h>
-#include <xbt/Facetable.hpp>
 #include <xbt/string.hpp>
+#include <xbt/Extendable.hpp>
 
 namespace simgrid {
 
-XBT_PUBLIC_CLASS Host : public simgrid::xbt::Facetable<Host> {
+XBT_PUBLIC_CLASS Host : public simgrid::xbt::Extendable<Host> {
 private:
   simgrid::xbt::string id_;
 public: