Thrift haskell getTransport working
authoriproctor <dev-null@apache.org>
Mon, 11 Feb 2008 22:59:01 +0000 (22:59 +0000)
committeriproctor <dev-null@apache.org>
Mon, 11 Feb 2008 22:59:01 +0000 (22:59 +0000)
commit55aebc404b52971909e8edd41c03c49b398698c1
tree58d7626ad280c9f1a195df797a58b1dee4574c63
parent407c9e7865ba63409bb842b9286f18fb3d19abc5
Thrift haskell getTransport working

Summary: getTransport is now a method of Protocol. To flush the transport one does tflush (getTransport p) instead of pflush p. This is more like how it is done with other languages.

Reviewed By: dcorson

Test Plan: Ran thrifttest for haskell.

Revert: OK

DiffCamp Revision: 7515

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665473 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_hs_generator.cc
lib/hs/README
lib/hs/src/TBinaryProtocol.hs
lib/hs/src/Thrift.hs