Commit 9b367680 authored by Dominik Charousset's avatar Dominik Charousset

Remove cppa references in manual

parent bdb7d450
...@@ -8,7 +8,7 @@ To compile \lib, you will need CMake and a C++11 compiler. To get and compile th ...@@ -8,7 +8,7 @@ To compile \lib, you will need CMake and a C++11 compiler. To get and compile th
\begin{verbatim} \begin{verbatim}
git clone https://github.com/actor-framework/actor-framework git clone https://github.com/actor-framework/actor-framework
cd lib cd actor-framework
./configure ./configure
make make
make install [as root, optional] make install [as root, optional]
...@@ -59,10 +59,10 @@ In the meantime, \lib can be used with MinGW. ...@@ -59,10 +59,10 @@ In the meantime, \lib can be used with MinGW.
#include <string> #include <string>
#include <iostream> #include <iostream>
#include "cppa/cppa.hpp" #include "caf/all.hpp"
using namespace std; using namespace std;
using namespace cppa; using namespace caf;
behavior mirror(event_based_actor* self) { behavior mirror(event_based_actor* self) {
// return the (initial) actor behavior // return the (initial) actor behavior
......
No preview for this file type
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