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/TApplicationException.h b/lib/cocoa/src/TApplicationException.h index 1fee06e..90831f4 100644 --- a/lib/cocoa/src/TApplicationException.h +++ b/lib/cocoa/src/TApplicationException.h
@@ -17,6 +17,8 @@ + (TApplicationException *) read: (id <TProtocol>) protocol; +- (void) write: (id <TProtocol>) protocol; + + (TApplicationException *) exceptionWithType: (int) type reason: (NSString *) message;