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
a2ea6a22
Commit
a2ea6a22
authored
Jul 07, 2016
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update manual references
parent
ce263b17
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
examples/message_passing/calculator.cpp
examples/message_passing/calculator.cpp
+1
-1
examples/message_passing/cell.cpp
examples/message_passing/cell.cpp
+1
-1
examples/message_passing/request.cpp
examples/message_passing/request.cpp
+1
-1
libcaf_core/caf/sec.hpp
libcaf_core/caf/sec.hpp
+2
-3
No files found.
examples/message_passing/calculator.cpp
View file @
a2ea6a22
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* for both the blocking and the event-based API. *
* for both the blocking and the event-based API. *
\******************************************************************************/
\******************************************************************************/
// Manual refs: lines 19-21, 31-
65, 74-108, 134-139
(Actor)
// Manual refs: lines 19-21, 31-
72, 74-108, 140-145
(Actor)
#include <iostream>
#include <iostream>
...
...
examples/message_passing/cell.cpp
View file @
a2ea6a22
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
// This file is partially included in the manual, do not modify
// This file is partially included in the manual, do not modify
// without updating the references in the *.tex files!
// without updating the references in the *.tex files!
// Manual references: lines 18-44, and
50-51
(Actor.tex)
// Manual references: lines 18-44, and
49-50
(Actor.tex)
#include <iostream>
#include <iostream>
...
...
examples/message_passing/request.cpp
View file @
a2ea6a22
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
// This file is partially included in the manual, do not modify
// This file is partially included in the manual, do not modify
// without updating the references in the *.tex files!
// without updating the references in the *.tex files!
// Manual references: lines 20-37, 39-51, 53-64, 6
8-70
(MessagePassing.tex)
// Manual references: lines 20-37, 39-51, 53-64, 6
7-69
(MessagePassing.tex)
#include <vector>
#include <vector>
#include <chrono>
#include <chrono>
...
...
libcaf_core/caf/sec.hpp
View file @
a2ea6a22
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
// This file is partially included in the manual, do not modify
// This file is partially included in the manual, do not modify
// without updating the references in the *.tex files!
// without updating the references in the *.tex files!
// Manual references: lines 32-
84
(Error.tex)
// Manual references: lines 32-
91
(Error.tex)
#ifndef CAF_SEC_HPP
#ifndef CAF_SEC_HPP
#define CAF_SEC_HPP
#define CAF_SEC_HPP
...
@@ -42,8 +42,7 @@ enum class sec : uint8_t {
...
@@ -42,8 +42,7 @@ enum class sec : uint8_t {
request_timeout
,
request_timeout
,
/// Indicates that requested group module does not exist.
/// Indicates that requested group module does not exist.
no_such_group_module
,
no_such_group_module
,
/// Unpublishing or connecting failed because
/// Unpublishing or connecting failed: no actor bound to given port.
/// requested actor is not bound to given port.
no_actor_published_at_port
,
no_actor_published_at_port
,
/// Connecting failed because a remote actor had an unexpected interface.
/// Connecting failed because a remote actor had an unexpected interface.
unexpected_actor_messaging_interface
,
unexpected_actor_messaging_interface
,
...
...
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