From kevin@rapleaf.com
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@670979
13f79535-47bb-0310-9956-
ffa450edef68
f_service_ <<
rb_autogen_comment() << endl <<
+ "require 'thrift'" << endl <<
rb_imports() << endl;
if (tservice->get_extends() != NULL) {
}
f_service_ <<
- "require 'thrift'" << endl <<
"require '" << program_name_ << "_types'" << endl <<
endl;
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#
-require 'thrift/protocol'
require 'thrift'
+require 'thrift/protocol'
require 'Benchmark_types'
module ThriftBenchmark
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#
-require 'thrift/protocol'
require 'thrift'
+require 'thrift/protocol'
require 'ThriftSpec_types'
module SpecNamespace