cpp: Eliminate the use of fprintf [THRIFT-77]
authorDavid Reiss <dreiss@apache.org>
Sun, 13 Jul 2008 22:18:51 +0000 (22:18 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 13 Jul 2008 22:18:51 +0000 (22:18 +0000)
commit01e55c1c28547eaac74636790bb86617c890c4c2
treeccf24cb13626196702d177e2266e62cb9287e468
parent2be87f3ab036183d49ad7a9af274c797839ef342
cpp: Eliminate the use of fprintf [THRIFT-77]

Add printf and perror methods to TOutput and use them to
replace uses of fprintf in the C++ library.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@676448 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/Thrift.cpp
lib/cpp/src/Thrift.h
lib/cpp/src/server/TNonblockingServer.cpp
lib/cpp/src/server/TNonblockingServer.h
lib/cpp/src/transport/TFileTransport.cpp
lib/cpp/src/transport/TServerSocket.cpp
lib/cpp/src/transport/TSocket.cpp