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
9327a195
Commit
9327a195
authored
Sep 04, 2014
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix caf/io/all.hpp
parent
37c3b185
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
libcaf_io/caf/io/all.hpp
libcaf_io/caf/io/all.hpp
+11
-10
No files found.
libcaf_io/caf/io/all.hpp
View file @
9327a195
...
@@ -20,15 +20,16 @@
...
@@ -20,15 +20,16 @@
#ifndef CAF_IO_ALL_HPP
#ifndef CAF_IO_ALL_HPP
#define CAF_IO_ALL_HPP
#define CAF_IO_ALL_HPP
#include "broker.hpp"
#include "caf/io/broker.hpp"
#include "publish.hpp"
#include "caf/io/publish.hpp"
#include "spawn_io.hpp"
#include "caf/io/spawn_io.hpp"
#include "middleman.hpp"
#include "caf/io/middleman.hpp"
#include "max_msg_size.hpp"
#include "caf/io/max_msg_size.hpp"
#include "publish_impl.hpp"
#include "caf/io/publish_impl.hpp"
#include "remote_actor.hpp"
#include "caf/io/remote_actor.hpp"
#include "receive_policy.hpp"
#include "caf/io/remote_group.hpp"
#include "system_messages.hpp"
#include "caf/io/receive_policy.hpp"
#include "publish_local_groups.hpp"
#include "caf/io/system_messages.hpp"
#include "caf/io/publish_local_groups.hpp"
#endif // CAF_IO_ALL_HPP
#endif // CAF_IO_ALL_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