[
https://issues.apache.org/jira/browse/THRIFT-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-1790.
--------------------------------
Resolution: Duplicate
Assignee: Kevin Wooten
Fix Version/s: 0.9.3
Resolved as duplicate of THRIFT-2905.
> cocoa: Duplicate interface definition error
> -------------------------------------------
>
> Key: THRIFT-1790
> URL: https://issues.apache.org/jira/browse/THRIFT-1790
> Project: Thrift
> Issue Type: Bug
> Components: Cocoa - Compiler
> Affects Versions: 0.8
> Environment: with Xcode on Mac OS X.
> Reporter: HIRANO Satoshi
> Assignee: Kevin Wooten
> Fix For: 0.9.3
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The following IDL file always produces two "ping_args" classes in the
> generated objective-C source file and causes "Duplicate interface definition
> for class 'ping_args'" error.
> The class name should be Foo_ping_args and Bar_ping_args.
> --------------------------------
> service Foo {
> void ping(1:string msg)
> }
> service Bar {
> void ping(1:string msg)
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)