Thrift-1445:minor C++ generator variable cleanup
authorJake Farrell <jfarrell@apache.org>
Tue, 6 Dec 2011 02:59:04 +0000 (02:59 +0000)
committerJake Farrell <jfarrell@apache.org>
Tue, 6 Dec 2011 02:59:04 +0000 (02:59 +0000)
commita2c5674920905df244526b88ba1caf3c1f6d8e86
treea91464b6b458f11020e5c956e339d01f9f636c70
parent753b6c5674d3d5eb466fca8d7f28dddff31a2ab7
Thrift-1445:minor C++ generator variable cleanup
Client: cpp
Patch: Dave Watson

In generate_process_function(), service_func_name is always used as a
string literal. Therefore, construct it with the double quotes
built-in, rather than having to add them everywhere we use it.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1210757 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_cpp_generator.cc