Apply the aforementioned method rename to ANA's LaTeX document too.

This commit is contained in:
Guillermo Biset 2010-07-26 07:51:51 +00:00
parent be62229c7c
commit 23d1912648

View file

@ -425,7 +425,7 @@ class ChatClient : public ana::listener_handler,
virtual void handle_disconnect( ana::error_code error,
ana::client_id server_id);
virtual void handle_message( ana::error_code error,
virtual void handle_receive( ana::error_code error,
ana::client_id,
ana::detail::read_buffer msg);
@ -526,7 +526,7 @@ void ChatServer::run(port pt)
\begin{table}[!htb]
\lstset{language=C++}
\begin{lstlisting}[frame=single]
void ChatServer::handle_message( ana::error_code error,
void ChatServer::handle_receive( ana::error_code error,
client_id client,
ana::detail::read_buffer buffer)
{