Merging more server support and exception fixes for Cocoa
authorMark Slee <mcslee@apache.org>
Mon, 24 Sep 2007 19:24:53 +0000 (19:24 +0000)
committerMark Slee <mcslee@apache.org>
Mon, 24 Sep 2007 19:24:53 +0000 (19:24 +0000)
commit77575e69bbb9a8bc4b7d392abec781150c4cb039
treeb07eff1a631b1290c35fc983f527bb483b8e75fc
parent19cee90ca41922a4437d547a2298201359bbcdcc
Merging more server support and exception fixes for Cocoa

Summary: Submitted by Andrew McGeachie.

Reviewed By: mcslee

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665281 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
lib/cocoa/TBinaryProtocol.h
lib/cocoa/TBinaryProtocol.m
lib/cocoa/TException.m
lib/cocoa/THTTPClient.m
lib/cocoa/TNSFileHandleTransport.h [new file with mode: 0644]
lib/cocoa/TNSFileHandleTransport.m [new file with mode: 0644]
lib/cocoa/TProcessor.h [new file with mode: 0644]
lib/cocoa/TProtocolFactory.h [new file with mode: 0644]
lib/cocoa/TSocketClient.h [new file with mode: 0644]
lib/cocoa/TSocketClient.m [new file with mode: 0644]
lib/cocoa/TSocketServer.h [new file with mode: 0644]
lib/cocoa/TSocketServer.m [new file with mode: 0644]