Thrift: TDenseProtocol.
authorDavid Reiss <dreiss@apache.org>
Tue, 4 Sep 2007 21:49:53 +0000 (21:49 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 4 Sep 2007 21:49:53 +0000 (21:49 +0000)
commit4e7530d4e5eaee2ba54d67d2b096c7e705bb53ce
treedd17427ed417d8a1aff25ba6a01d6029cb539023
parent47557bc8ad061a90c88d485979009c2ee8237854
Thrift: TDenseProtocol.

Summary:
- Made some stuff in TBinaryProtocol protected instead of private.
- Added a preliminary version of TDenseProtocol.  This is still
  super highly experimental and gross, and I wrote a super scary
  comment to explain that to anyone foolish enough to try to use
  this in its current state.

Reviewed By: mcslee

Test Plan: test/DenseProtoTest.cpp

Revert Plan: ok

Memcache Impact:
Save memory if/when people use it.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665247 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
lib/cpp/src/TReflectionLocal.h
lib/cpp/src/protocol/TBinaryProtocol.h
lib/cpp/src/protocol/TDenseProtocol.cpp [new file with mode: 0644]
lib/cpp/src/protocol/TDenseProtocol.h [new file with mode: 0644]
test/DenseProtoTest.cpp [new file with mode: 0644]