]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/host_clm03.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename networkLinkCreatedCallbacks into Link::onCreation and other cleanups
[simgrid.git] / src / surf / host_clm03.hpp
index 075589c5ae43bc7fa3110084b541595333651941..ef4ec1c51bea989665f37fd9b131d8d514d835f1 100644 (file)
@@ -22,8 +22,6 @@ namespace simgrid {
 namespace surf {
 
 class XBT_PRIVATE HostCLM03Model;
-class XBT_PRIVATE HostCLM03;
-class XBT_PRIVATE HostCLM03Action;
 
 /*********
  * Model *
@@ -45,24 +43,6 @@ public:
                                                          double rate) override;
 };
 
-/************
- * Resource *
- ************/
-
-class HostCLM03 : public Host {
-public:
-  HostCLM03(HostModel *model, const char* name, xbt_dict_t properties, xbt_dynar_t storage, RoutingEdge *netElm, Cpu *cpu);
-  ~HostCLM03();
-  void updateState(tmgr_trace_event_t event_type, double value, double date) override;
-
-  xbt_dynar_t getVms();
-};
-
-
-/**********
- * Action *
- **********/
-
 }
 }