Thrift: Debug Protocol
authorDavid Reiss <dreiss@apache.org>
Sat, 21 Jul 2007 01:18:10 +0000 (01:18 +0000)
committerDavid Reiss <dreiss@apache.org>
Sat, 21 Jul 2007 01:18:10 +0000 (01:18 +0000)
commit00dcccfef251bb99836760eb31b2522608c23418
tree7c4d27924a3050fb1725eb70cd1494881bd55355
parent8639e1056d6db52d53ff579f0f8d4728b702740e
Thrift: Debug Protocol

Summary:
Added TDebugProtocol, a write-only Thrift protocol for C++
that produces human-readable representations of thrift structs.

Trac Bug: #

Blame Rev:

Reviewed By: mcslee

Test Plan:
Recompiled Thrift.
./test/TestDebugProto.* see compile instructions at the top.
Ran that, and it looked good.

Revert Plan:
grep TDebugProtocol <world>
grep ThriftDebugString <world>
Revert or comment out whatever you find so that they still compile.
Then svn revert.

Notes:

EImportant:

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665166 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
lib/cpp/src/protocol/TDebugProtocol.cpp [new file with mode: 0644]
lib/cpp/src/protocol/TDebugProtocol.h [new file with mode: 0644]
lib/cpp/src/protocol/TOneWayProtocol.h [new file with mode: 0644]
lib/cpp/src/protocol/TProtocolException.h
test/DebugProtoTest.cpp [new file with mode: 0644]
test/DebugProtoTest.thrift [new file with mode: 0644]