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.