Commit 14788d72 authored by Jakob Otto's avatar Jakob Otto

Fix last two nitpicks

parent 88196f3c
...@@ -19,7 +19,7 @@ set(LIBCAF_NET_SRCS ...@@ -19,7 +19,7 @@ set(LIBCAF_NET_SRCS
src/socket_manager.cpp src/socket_manager.cpp
src/stream_socket.cpp src/stream_socket.cpp
src/scribe.cpp src/scribe.cpp
) )
add_custom_target(libcaf_net) add_custom_target(libcaf_net)
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
namespace caf { namespace caf {
namespace policy { namespace policy {
/// Implements a scribe policy that manages a stream-socket. /// Implements a scribe policy that manages a stream socket.
class scribe { class scribe {
public: public:
explicit scribe(net::stream_socket handle); explicit scribe(net::stream_socket handle);
......
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