[ 
https://issues.apache.org/jira/browse/THRIFT-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

denis updated THRIFT-1575:
--------------------------

    Description: 
{noformat}
===================================================================
--- 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),
{noformat}

  was:
===================================================================
--- 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),


    
> 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
>
>
> {noformat}
> ===================================================================
> --- 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),
> {noformat}

--
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

        

Reply via email to