Add TFDTransport: a dead-simple wrapper around a file-descriptor.
authorDavid Reiss <dreiss@apache.org>
Tue, 8 Apr 2008 05:06:59 +0000 (05:06 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 8 Apr 2008 05:06:59 +0000 (05:06 +0000)
commite4db03d1106a3bb381942471be9fdce72f9e88b9
treea8634b7c89831cfe5e54e9bb297244974972b2c3
parente0e3d1b232558bb0951a636a158ead8ec6773234
Add TFDTransport: a dead-simple wrapper around a file-descriptor.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665644 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
lib/cpp/src/transport/TFDTransport.cpp [new file with mode: 0644]
lib/cpp/src/transport/TFDTransport.h [new file with mode: 0644]
test/Makefile.am
test/TFDTransportTest.cpp [new file with mode: 0644]