Commit a2ea6a22 authored by Dominik Charousset's avatar Dominik Charousset

Update manual references

parent ce263b17
......@@ -3,7 +3,7 @@
* 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>
......
......@@ -5,7 +5,7 @@
// This file is partially included in the manual, do not modify
// 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>
......
......@@ -4,7 +4,7 @@
// This file is partially included in the manual, do not modify
// without updating the references in the *.tex files!
// Manual references: lines 20-37, 39-51, 53-64, 68-70 (MessagePassing.tex)
// Manual references: lines 20-37, 39-51, 53-64, 67-69 (MessagePassing.tex)
#include <vector>
#include <chrono>
......
......@@ -19,7 +19,7 @@
// This file is partially included in the manual, do not modify
// 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
#define CAF_SEC_HPP
......@@ -42,8 +42,7 @@ enum class sec : uint8_t {
request_timeout,
/// Indicates that requested group module does not exist.
no_such_group_module,
/// Unpublishing or connecting failed because
/// requested actor is not bound to given port.
/// Unpublishing or connecting failed: no actor bound to given port.
no_actor_published_at_port,
/// Connecting failed because a remote actor had an unexpected interface.
unexpected_actor_messaging_interface,
......
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