THRIFT-1500: d programming language support
Client: D
Patch: David Nadlinger
D program language library and additions
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1304085 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tutorial/shared.thrift b/tutorial/shared.thrift
index acb107b..db4b694 100644
--- a/tutorial/shared.thrift
+++ b/tutorial/shared.thrift
@@ -23,6 +23,7 @@
*/
namespace cpp shared
+namespace d share // "shared" would collide with the eponymous D keyword.
namespace java shared
namespace perl shared
namespace php shared