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

Public GIT Repository
int -> bool for smpi tracing (so many of these ...)
[simgrid.git] / src / simix / SynchroComm.hpp
index b58c83cf220e6d4fe40e00b04a20afd9b93c3fa8..cd02960bbc65d6adb0961c9f05a408eb49bd6884 100644 (file)
@@ -20,11 +20,11 @@ namespace simgrid {
 namespace simix {
 
   XBT_PUBLIC_CLASS Comm : public Synchro {
-    ~Comm();
+    ~Comm() override;
   public:
     Comm(e_smx_comm_type_t type);
-    void suspend();
-    void resume();
+    void suspend() override;
+    void resume() override;
     void post() override;
     void cancel();
     double remains();