Thrift: C++ peek() method and TException not Exception
authorMark Slee <mcslee@apache.org>
Thu, 16 Nov 2006 01:00:24 +0000 (01:00 +0000)
committerMark Slee <mcslee@apache.org>
Thu, 16 Nov 2006 01:00:24 +0000 (01:00 +0000)
commitb9ff32ae30af5a667efa7d1d3b39687d5758c742
tree8bd5642b6dacf12f4921703a5602dff272da25bc
parent588e452bc496c1c9ef3730fce15b1c9796d64c48
Thrift: C++ peek() method and TException not Exception

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664876 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
compiler/cpp/src/generate/t_cpp_generator.cc
lib/cpp/src/Thrift.h
lib/cpp/src/concurrency/PosixThreadFactory.cpp
lib/cpp/src/server/TNonblockingServer.cpp
lib/cpp/src/server/TNonblockingServer.h
lib/cpp/src/server/TSimpleServer.cpp
lib/cpp/src/server/TThreadPoolServer.cpp
lib/cpp/src/transport/TSocket.cpp
lib/cpp/src/transport/TSocket.h
lib/cpp/src/transport/TTransport.h
lib/cpp/src/transport/TTransportException.h
lib/cpp/src/transport/TTransportUtils.cpp
lib/cpp/src/transport/TTransportUtils.h
test/cpp/src/TestClient.cpp
test/cpp/src/main.cpp