Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1535078
)
rb: Add thrift/protocol/binaryprotocol to the root lib/thrift file to cut down on...
author
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:16:35 +0000
(
01:16
+0000)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/lib/rb/lib/thrift.rb
b/lib/rb/lib/thrift.rb
index
2e747d4
..
53fd9fd
100644
(file)
--- a/
lib/rb/lib/thrift.rb
+++ b/
lib/rb/lib/thrift.rb
@@
-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'