[ 
https://issues.apache.org/jira/browse/THRIFT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jon S Akhtar updated THRIFT-629:
--------------------------------

    Description: 
rev 881628 - the mServerSocket field is no longer used, and causes a build 
error when building for iPhone device targets

{{
@interface TSocketServer : NSObject {
// NSSocketPort * mServerSocket;
  NSFileHandle * mSocketFileHandle;
  id <TProtocolFactory> mInputProtocolFactory;
  id <TProtocolFactory> mOutputProtocolFactory;
  id <TProcessorFactory> mProcessorFactory;
}
}}

  was:
rev 881628 - the mServerSocket field is no longer used, and causes a build 
error when building for iPhone device targets

@interface TSocketServer : NSObject {
// NSSocketPort * mServerSocket;
  NSFileHandle * mSocketFileHandle;
  id <TProtocolFactory> mInputProtocolFactory;
  id <TProtocolFactory> mOutputProtocolFactory;
  id <TProcessorFactory> mProcessorFactory;
}


> Unused Field In TSocketServer Appears To Break iPhone Build
> -----------------------------------------------------------
>
>                 Key: THRIFT-629
>                 URL: https://issues.apache.org/jira/browse/THRIFT-629
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>         Environment: iPhone Device SDK 3.1.2
>            Reporter: Jon S Akhtar
>         Attachments: unused_field.patch
>
>
> rev 881628 - the mServerSocket field is no longer used, and causes a build 
> error when building for iPhone device targets
> {{
> @interface TSocketServer : NSObject {
> // NSSocketPort * mServerSocket;
>   NSFileHandle * mSocketFileHandle;
>   id <TProtocolFactory> mInputProtocolFactory;
>   id <TProtocolFactory> mOutputProtocolFactory;
>   id <TProcessorFactory> mProcessorFactory;
> }
> }}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to