--gen-cob cpp:cob_style does not compile anymore
------------------------------------------------

                 Key: THRIFT-1359
                 URL: https://issues.apache.org/jira/browse/THRIFT-1359
             Project: Thrift
          Issue Type: Bug
          Components: C++ - Compiler, C++ - Library
    Affects Versions: 0.8
         Environment: Linux/Windows
            Reporter: alexandre parenteau
             Fix For: 0.8


A recent change introduced the concept of "getProcessor" (TProcessor). This 
code does not take into account when generating cob style C++ (TAsyncProcessor).

TAsyncProcessor and TProcessor are unrelated, therefore it generates a 
compilation problem when trying to pass smart pointers around.

The included patch tries to address this, and was tested on Linux/Windows.

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

        

Reply via email to