X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/83805c9c9180c1b65a20e169742375929ffaf87b..5e3e50f757f70251b3fdf0b6610fe65071dd0d5b:/src/surf/workstation_clm03.hpp diff --git a/src/surf/workstation_clm03.hpp b/src/surf/workstation_clm03.hpp index b74771365c..f471b16f5c 100644 --- a/src/surf/workstation_clm03.hpp +++ b/src/surf/workstation_clm03.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "workstation_interface.hpp" #include "storage_interface.hpp" #include "cpu_interface.hpp" @@ -25,7 +31,6 @@ typedef WorkstationCLM03Action *WorkstationCLM03ActionPtr; class WorkstationCLM03Model : public WorkstationModel { public: - WorkstationCLM03Model(const char *name); WorkstationCLM03Model(); ~WorkstationCLM03Model(); void parseInit(sg_platf_host_cbarg_t host); @@ -39,7 +44,6 @@ public: double *computation_amount, double *communication_amount, double rate); - xbt_dynar_t getRoute(WorkstationPtr src, WorkstationPtr dst); ActionPtr communicate(WorkstationPtr src, WorkstationPtr dst, double size, double rate); }; @@ -71,11 +75,6 @@ public: * Action * **********/ -class WorkstationCLM03Action : public WorkstationAction { -public: - WorkstationCLM03Action(ModelPtr model, double cost, bool failed) - : WorkstationAction(model, cost, failed) {} -}; #endif /* SURF_WORKSTATION_CLM03_HPP_ */