$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] asio async_accept
From: Etienne Philip Pretorius (icewolfhunter_at_[hidden])
Date: 2008-09-26 07:12:27
Just a quick question about the async_accept() in acceptor.
Must the accept_handler be declared as a static member function within
my class?
The online examples do not seem to do this at all, and if I try it
without the static keyword on my private member function then the
compiler complains about it not matching the signature.
Etienne Pretorius