commit | ef6cbfd1abed98806a93fc67f78c73477a907f91 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | Tue Mar 01 16:57:34 2011 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | Tue Mar 01 16:57:34 2011 +0000 |
tree | a1fc094f92584b475b451e2d8e943e4b31d63a68 | |
parent | 46d32b4f082c595a6f7de54d0e683f50b4991efe [diff] [blame] |
THRIFT-1011. as3: Error generating package imports when using classes from other packages Patch: Usman Ismail git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1075916 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cocoa/src/TSharedProcessorFactory.h b/lib/cocoa/src/TSharedProcessorFactory.h index d3e55c4..cf4a462 100644 --- a/lib/cocoa/src/TSharedProcessorFactory.h +++ b/lib/cocoa/src/TSharedProcessorFactory.h
@@ -23,5 +23,5 @@ @interface TSharedProcessorFactory : NSObject <TProcessorFactory> { id<TProcessor> mSharedProcessor; } - +- (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor; @end