THRIFT-926. cpp: remove "standalone" distinction in TZlibTransport
authorDavid Reiss <dreiss@apache.org>
Wed, 6 Oct 2010 17:10:27 +0000 (17:10 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 6 Oct 2010 17:10:27 +0000 (17:10 +0000)
commita0e11597163def6727896a77490899681c1eb6d6
treedf8bf21b710a92f520b8d8b2b940cf0b0e6fa000
parente94fa3391db1a423b6964b0aa6499324d05b055b
THRIFT-926. cpp: remove "standalone" distinction in TZlibTransport

Now that TZlibTransport::flush() behaves the same way as other
transports, there is no need to distinguish between RPC and standalone
behavior for TZlibTransport.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1005152 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/transport/TZlibTransport.cpp
lib/cpp/src/transport/TZlibTransport.h
lib/cpp/test/TransportTest.cpp
lib/cpp/test/ZlibTest.cpp