Don't generate process_XXXX methods for oneway methods
------------------------------------------------------
Key: THRIFT-805
URL: https://issues.apache.org/jira/browse/THRIFT-805
Project: Thrift
Issue Type: Bug
Components: Compiler (Cocoa)
Affects Versions: 0.4
Environment: Snow Leopard (OS 10.6)
Reporter: Brad Taylor
The Cocoa backend shouldn't generate process_XXXX helper methods for oneway
methods as there is no return value. Currently, this results in build failures
as the _result structs that the process_XXXX methods reference don't exist.
See attached patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.