commit | 8440605c277339770483a7daf31da7858bff2b38 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | 周二 11月 20 01:39:25 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | 周二 11月 20 01:39:25 2007 +0000 |
tree | 9b518e9af2f19e324b8ef31c15812f93961b94d9 | |
parent | fb4b514028ed073302ffa8d3dcbfba3a89b427f0 [diff] [blame] |
Cocoa Thrift binding patches from Andrew McGeachie Summary: Latest updates to the Cocoa bindings git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665354 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cocoa/src/transport/THTTPClient.h b/lib/cocoa/src/transport/THTTPClient.h index 98446cd..802ff51 100644 --- a/lib/cocoa/src/transport/THTTPClient.h +++ b/lib/cocoa/src/transport/THTTPClient.h
@@ -14,5 +14,7 @@ - (id) initWithURL: (NSURL *) aURL timeout: (int) timeout; +- (void) setURL: (NSURL *) aURL; + @end