X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/50842e8d51abc057c569b6f8265ec328f86d1c41..5e2c8aeab0ec45fb9945018b9de3cab5c1019875:/src/surf/vm_workstation.hpp diff --git a/src/surf/vm_workstation.hpp b/src/surf/vm_workstation.hpp index 6d8d5521a0..ce78cc7376 100644 --- a/src/surf/vm_workstation.hpp +++ b/src/surf/vm_workstation.hpp @@ -115,9 +115,13 @@ public: //FIXME: remove void updateState(tmgr_trace_event_t event_type, double value, double date) { WorkstationCLM03Lmm::updateState(event_type, value, date); - }; - bool isUsed() {WorkstationCLM03Lmm::isUsed();}; - xbt_dict_t getProperties() {WorkstationCLM03Lmm::getProperties();}; + } + bool isUsed() { + return WorkstationCLM03Lmm::isUsed(); + } + xbt_dict_t getProperties() { + return WorkstationCLM03Lmm::getProperties(); + } ActionPtr execute(double size); };