Commit ca1bb410 authored by Dominik Charousset's avatar Dominik Charousset

Fix header guards of event_based_resume.hpp

parent 3f2c5f7a
......@@ -17,8 +17,8 @@
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#ifndef CAF_POLICY_ABSTRACT_EVENT_BASED_ACTOR_HPP
#define CAF_POLICY_ABSTRACT_EVENT_BASED_ACTOR_HPP
#ifndef CAF_POLICY_EVENT_BASED_RESUME_HPP
#define CAF_POLICY_EVENT_BASED_RESUME_HPP
#include <tuple>
#include <stack>
......@@ -195,4 +195,4 @@ class event_based_resume {
} // namespace policy
} // namespace caf
#endif // CAF_POLICY_ABSTRACT_EVENT_BASED_ACTOR_HPP
#endif // CAF_POLICY_EVENT_BASED_RESUME_HPP
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment