You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Pavlin Radoslavov (JIRA)" <ji...@apache.org> on 2011/05/29 23:41:47 UTC

[jira] [Created] (THRIFT-1185) Bogus forward declaration of class TAsyncTransport inside file 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
            Priority: Trivial


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

[jira] [Commented] (THRIFT-1185) Bogus forward declaration of class TAsyncTransport inside file lib/cpp/src/async/TAsyncChannel.h

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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

[jira] [Resolved] (THRIFT-1185) Bogus forward declaration of class TAsyncTransport inside file lib/cpp/src/async/TAsyncChannel.h

Posted by "Roger Meier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roger Meier resolved THRIFT-1185.
---------------------------------

    Resolution: Fixed
      Assignee: Pavlin Radoslavov

committed!

> 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