THRIFT-928. cpp: Make clients call writeEnd on their transports before flush
authorDavid Reiss <dreiss@apache.org>
Wed, 6 Oct 2010 17:09:39 +0000 (17:09 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 6 Oct 2010 17:09:39 +0000 (17:09 +0000)
commit18cd0f03340c3eeead9b691e0d9b8a055035eec2
tree525bb4bc983c4ff375fb7454fbbb2f93c55c2989
parent5ddabb8e3f63a15874e436c9a650dc17f7dd7028
THRIFT-928. cpp: Make clients call writeEnd on their transports before flush

Changing the order of these calls makes more sense from the perspective
of logical operations.  It also simplifies the upcoming stats collection
code.  No clients should be affected.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1005128 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_cpp_generator.cc
lib/cpp/src/TProcessor.h
lib/cpp/src/async/TAsyncProcessor.h