commit | 10cdf10a7bd5326680cc2384f8a812cff573a1df | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Wed Jun 18 00:53:48 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Wed Jun 18 00:53:48 2008 +0000 |
tree | 70cff0c680bed9561c3f700265e9044ddcd280c1 | |
parent | 97d2166a341657931e43adfe140ffeba48239de0 [diff] |
rb: Move client, processor, struct files for consistant naming. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668903 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/lib/thrift.rb b/lib/rb/lib/thrift.rb index 14d33cf..b9a65d2 100644 --- a/lib/rb/lib/thrift.rb +++ b/lib/rb/lib/thrift.rb
@@ -18,13 +18,13 @@ TType = Thrift::Types TMessageType = Thrift::MessageTypes -require 'thrift/tprocessor' +require 'thrift/processor' TProcessor = Thrift::Processor -require 'thrift/thrift_client' +require 'thrift/client' ThriftClient = Thrift::Client -require 'thrift/thrift_struct' +require 'thrift/struct' ThriftStruct = Thrift::Struct require 'thrift/protocol/tprotocol'
diff --git a/lib/rb/lib/thrift/thrift_client.rb b/lib/rb/lib/thrift/client.rb similarity index 100% rename from lib/rb/lib/thrift/thrift_client.rb rename to lib/rb/lib/thrift/client.rb
diff --git a/lib/rb/lib/thrift/tprocessor.rb b/lib/rb/lib/thrift/processor.rb similarity index 100% rename from lib/rb/lib/thrift/tprocessor.rb rename to lib/rb/lib/thrift/processor.rb
diff --git a/lib/rb/lib/thrift/thrift_struct.rb b/lib/rb/lib/thrift/struct.rb similarity index 100% rename from lib/rb/lib/thrift/thrift_struct.rb rename to lib/rb/lib/thrift/struct.rb