You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2009/08/10 04:49:33 UTC

svn commit: r802639 - /incubator/cassandra/trunk/interface/cassandra.thrift

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
 #