Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename BEGIN_DECL since we changed the usual definition to a macro with arguments...
[simgrid.git] / include / gras / timer.h
index 8c5e418e143e5fad41d148730be48866a6594058..f12c599233781441a2ef8bdc4da9c726d1e20e11 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "xbt/misc.h"
 
 
 #include "xbt/misc.h"
 
-BEGIN_DECL()
+SG_BEGIN_DECL()
 
 /** @addtogroup GRAS_timer
  *  @brief Delayed and repetitive tasks (Communication facility)
 
 /** @addtogroup GRAS_timer
  *  @brief Delayed and repetitive tasks (Communication facility)
@@ -52,6 +52,6 @@ BEGIN_DECL()
 
 /** @} */
 
 
 /** @} */
 
-END_DECL()
+SG_END_DECL()
 
 #endif /* GRAS_TIMER_H */
 
 #endif /* GRAS_TIMER_H */