Commit dd85d276 authored by Dominik Charousset's avatar Dominik Charousset

Remove no longer supported functions from manual

parent 4794b0a6
......@@ -63,10 +63,6 @@ class broker;
\hline
\lstinline^size_t num_connections()^ & Returns the number of open connections \\
\hline
\lstinline^template <class Socket>^ \lstinline^connection_handle^ \lstinline^add_connection(Socket)^ & Adds a new connection using given socket \\
\hline
\lstinline^template <class Socket>^ \lstinline^accept_handle^ \lstinline^add_acceptor(Socket)^ & Adds a new acceptor using given socket acceptor \\
\hline
\lstinline^void close(connection_handle hdl)^ & Closes a connection \\
\hline
\lstinline^void close(accept_handle hdl)^ & Closes an acceptor \\
......
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