-- Thrift fixes
authorAditya Agarwal <aditya@apache.org>
Wed, 11 Oct 2006 02:42:49 +0000 (02:42 +0000)
committerAditya Agarwal <aditya@apache.org>
Wed, 11 Oct 2006 02:42:49 +0000 (02:42 +0000)
commitd622e966d283601cf2fb1cbf87b0fea59a3fe7b4
tree7ce63890b2fc79f56d62aff5a941a18a9b61b676
parentb9acf98b33945843c2e75a64692056b23d3f5128
-- Thrift fixes

Summary:
-- Made read buffering work (the buffer wasn't actually being used)
-- TServer now extends TRunnable (useful for testing)
-- Adding TLogging (the DEBUG and ERROR macros that we all know and love)

Reviewed By: Slee

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664824 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/Thrift.h
lib/cpp/src/server/TServer.h
lib/cpp/src/transport/TBufferedTransport.cc
lib/cpp/src/transport/TBufferedTransport.h
lib/cpp/src/transport/TTransport.h