Typo in server/TThreadPoolServer.h ---------------------------------- Key: THRIFT-1575 URL: https://issues.apache.org/jira/browse/THRIFT-1575 Project: Thrift Issue Type: Bug Components: C++ - Library Affects Versions: 0.8 Reporter: denis Fix For: 0.9
=================================================================== --- TThreadPoolServer.h (revision 1326802) +++ TThreadPoolServer.h (working copy) @@ -44,7 +44,7 @@ const boost::shared_ptr<TTransportFactory>& transportFactory, const boost::shared_ptr<TProtocolFactory>& protocolFactory, const boost::shared_ptr<ThreadManager>& threadManager, - THRIFT_OVERLOAD_IF(ProcessorFactory, TProtocolFactory)) : + THRIFT_OVERLOAD_IF(ProcessorFactory, TProcessorFactory)) : TServer(processorFactory, serverTransport, transportFactory, protocolFactory), threadManager_(threadManager), -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira