compiler: Move t_type::generate_fingerprint to a .cc file
authorDavid Reiss <dreiss@apache.org>
Tue, 5 Oct 2010 16:39:27 +0000 (16:39 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 5 Oct 2010 16:39:27 +0000 (16:39 +0000)
commit9e7ba8cbacd5d09eb2af4c76eb82f7df5e0b8739
treea7f99d7e03ac9d9a9aa8f7a17b139f9cceb5f1b0
parent3e07a8f23371ae9a96c55b4d81c31c9c57ace92b
compiler: Move t_type::generate_fingerprint to a .cc file

Forcing all of the functions under src/parse to be defined in header
files is silly and sometimes painful.  Createa a "parse.cc" file for
functions that don't belong in header files.  To start, move
generate_fingerprint there, because it requires including md5.h.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1004702 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/Makefile.am
compiler/cpp/src/parse/parse.cc [new file with mode: 0644]
compiler/cpp/src/parse/t_type.h