Author: jbellis
Date: Mon Aug 10 02:49:33 2009
New Revision: 802639
URL: http://svn.apache.org/viewvc?rev=802639&view=rev
Log:
add Ruby namespace. patch by Evan Weaver; reviewed by Michael Koziarski and
Scott Chacon for CASSANDRA-327
Modified:
incubator/cassandra/trunk/interface/cassandra.thrift
Modified: incubator/cassandra/trunk/interface/cassandra.thrift
URL:
http://svn.apache.org/viewvc/incubator/cassandra/trunk/interface/cassandra.thrift?rev=802639&r1=802638&r2=802639&view=diff
==============================================================================
--- incubator/cassandra/trunk/interface/cassandra.thrift (original)
+++ incubator/cassandra/trunk/interface/cassandra.thrift Mon Aug 10 02:49:33
2009
@@ -26,6 +26,11 @@
namespace php cassandra
namespace perl Cassandra
+# Thrift.rb has a bug where top-level modules that include modules
+# with the same name are not properly referenced, so we can't do
+# Cassandra::Cassandra::Client.
+namespace rb CassandraThrift
+
#
# structures
#