revert typename to class

This commit is contained in:
aleks-f 2013-01-04 19:53:51 -06:00
parent 959e5725a3
commit 6b03dbeeeb

View File

@ -61,7 +61,7 @@ namespace Poco {
namespace Net {
template <class ServiceHandler, typename SR>
template <class ServiceHandler, class SR>
class ParallelSocketAcceptor
/// This class implements the Acceptor part of the Acceptor-Connector design pattern.
/// Only the difference from single-threaded version is documented here, For full