Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
[simgrid.git] / src / kernel / resource / Action.hpp
index 827fccf..ef60eae 100644 (file)
@@ -21,8 +21,7 @@ typedef boost::heap::pairing_heap<heap_element_type, boost::heap::constant_time_
  * @brief SURF action interface class
  * @details An action is an event generated by a resource (e.g.: a communication for the network)
  */
-XBT_PUBLIC_CLASS Action
-{
+class XBT_PUBLIC Action {
 public:
   boost::intrusive::list_member_hook<> modifiedSetHook_; /* Used by the lazy update to list the actions to track */
   bool isLinkedModifiedSet() const { return modifiedSetHook_.is_linked(); }