From aeb36f840b617237dc2bac357ddcc83f19b76949 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Tue, 15 Aug 2006 00:21:45 +0000 Subject: [PATCH] Added namespace declaration Added namespace declaration to thrift grammar Modified C++ code generator to produce equivalent C++ namespace for thrift namespace if specified git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664756 13f79535-47bb-0310-9956-ffa450edef68 --- test/ThriftTest.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift index abbeb0c3..ac0d95c0 100644 --- a/test/ThriftTest.thrift +++ b/test/ThriftTest.thrift @@ -1,4 +1,4 @@ -//namespace thrift.test +namespace thrift.test enum Numberz { -- 2.17.1