You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2012/06/22 05:33:42 UTC

[jira] [Closed] (THRIFT-1575) Typo in server/TThreadPoolServer.h

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

Jake Farrell closed THRIFT-1575.
--------------------------------

    Resolution: Fixed

available in trunk
                
> 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