rb: Add thrift/protocol/binaryprotocol to the root lib/thrift file to cut down on...
authorKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 01:16:35 +0000 (01:16 +0000)
committerKevin Clark <kclark@apache.org>
Wed, 18 Jun 2008 01:16:35 +0000 (01:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669003 13f79535-47bb-0310-9956-ffa450edef68

lib/rb/lib/thrift.rb

index 2e747d4..53fd9fd 100644 (file)
@@ -22,6 +22,7 @@ require 'thrift/processor'
 require 'thrift/client'
 require 'thrift/struct'
 require 'thrift/protocol'
-require 'thrift/transport/socket'
+require 'thrift/protocol/binaryprotocol'
 require 'thrift/transport'
+require 'thrift/transport/socket'
 require 'thrift/server'