Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
seek back to the beginning of the file to be sure that the whole file is
[simgrid.git] / src / surf / workstation_clm03.hpp
index f471b16f5c10ed9202c3d693fcf84ced0c1ca987..88b485435a08d93d3fe9bcca0754cb6db04cc65d 100644 (file)
@@ -33,8 +33,7 @@ class WorkstationCLM03Model : public WorkstationModel {
 public:
   WorkstationCLM03Model();
   ~WorkstationCLM03Model();
-  void parseInit(sg_platf_host_cbarg_t host);
-  WorkstationPtr createResource(const char *name);
+  WorkstationPtr createWorkstation(const char *name);
   double shareResources(double now);
 
   void updateActionsState(double now, double delta);