Thrift: Generate fingerprints for non-structs.
authorDavid Reiss <dreiss@apache.org>
Thu, 30 Aug 2007 23:12:37 +0000 (23:12 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 30 Aug 2007 23:12:37 +0000 (23:12 +0000)
commit9885c6801dbd3b49591ea69544fdb03b1ce43642
tree0e7d9a334dc9f46245ef630986c06c6229508c89
parent5db3e926713d6fba0e9d0348d29b58bb8ec29367
Thrift: Generate fingerprints for non-structs.

Summary:
This is going to be needed to support TDenseProtocol.

Reviewed By: mcslee

Test Plan:
Clean build of Thrift.
Ran if/regen.sh.  No change to generated C++ or Python.
gdb thrift -cpp ThriftTest.thrift.  Made sure they were being generated.

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665237 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_cpp_generator.cc
compiler/cpp/src/parse/t_list.h
compiler/cpp/src/parse/t_map.h
compiler/cpp/src/parse/t_set.h
compiler/cpp/src/parse/t_struct.h
compiler/cpp/src/parse/t_type.h