Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tend to the google coding standards in all S4U API
[simgrid.git] / include / simgrid / s4u / Comm.hpp
index a2c71d0a47660b8d43403cfec972a377c89d274f..369b7186d0ff8457ed010872351ebd9192cb9e9c 100644 (file)
@@ -113,7 +113,7 @@ public:
   void cancel();
 
   /** Retrieve the mailbox on which this comm acts */
   void cancel();
 
   /** Retrieve the mailbox on which this comm acts */
-  MailboxPtr mailbox();
+  MailboxPtr getMailbox();
 
 private:
   double rate_        = -1;
 
 private:
   double rate_        = -1;