Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
ca1bb410
Commit
ca1bb410
authored
Aug 22, 2014
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix header guards of event_based_resume.hpp
parent
3f2c5f7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libcaf_core/caf/policy/event_based_resume.hpp
libcaf_core/caf/policy/event_based_resume.hpp
+3
-3
No files found.
libcaf_core/caf/policy/event_based_resume.hpp
View file @
ca1bb410
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* http://www.boost.org/LICENSE_1_0.txt. *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
******************************************************************************/
#ifndef CAF_POLICY_
ABSTRACT_EVENT_BASED_ACTOR
_HPP
#ifndef CAF_POLICY_
EVENT_BASED_RESUME
_HPP
#define CAF_POLICY_
ABSTRACT_EVENT_BASED_ACTOR
_HPP
#define CAF_POLICY_
EVENT_BASED_RESUME
_HPP
#include <tuple>
#include <tuple>
#include <stack>
#include <stack>
...
@@ -195,4 +195,4 @@ class event_based_resume {
...
@@ -195,4 +195,4 @@ class event_based_resume {
}
// namespace policy
}
// namespace policy
}
// namespace caf
}
// namespace caf
#endif // CAF_POLICY_
ABSTRACT_EVENT_BASED_ACTOR
_HPP
#endif // CAF_POLICY_
EVENT_BASED_RESUME
_HPP
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment