[ 
https://issues.apache.org/jira/browse/THRIFT-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041288#comment-13041288
 ] 

Hudson commented on THRIFT-1185:
--------------------------------

Integrated in Thrift #149 (See 
[https://builds.apache.org/hudson/job/Thrift/149/])
    THRIFT-1185 Bogus forward declaration of class TAsyncTransport inside file 
lib/cpp/src/async/TAsyncChannel.h
Patch: Pavlin Radoslavov

roger : http://svn.apache.org/viewvc/?view=rev&rev=1129346
Files : 
* /thrift/trunk/lib/cpp/src/async/TAsyncChannel.h


> Bogus forward declaration of class TAsyncTransport inside file 
> lib/cpp/src/async/TAsyncChannel.h
> ------------------------------------------------------------------------------------------------
>
>                 Key: THRIFT-1185
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1185
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>            Reporter: Pavlin Radoslavov
>            Assignee: Pavlin Radoslavov
>            Priority: Trivial
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Header file lib/cpp/src/async/TAsyncChannel.h
> (also installed as <thrift/async/TAsyncChannel.h>)
> contains the following forward class declaration:
> class TAsyncTransport;
> However, class TAsyncTransport doesn't exist and is never used or referred to.
> Hence, the above declaration should be deleted.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to