mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
revert typename to class
This commit is contained in:
parent
959e5725a3
commit
6b03dbeeeb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user