diff options
author | Jens Geyer <jensg@apache.org> | 2014-07-28 01:25:30 +0200 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2014-11-09 01:58:25 +0100 |
commit | bd52f1a1dd0a45aa01c551cdb15338ff3ac82a02 (patch) | |
tree | 290ffa559ff9f596ae3561e93bb899b81f5a5fda /tutorial/shared.thrift | |
parent | 4712f8c2e36fabfb00cfc67a6ecf5d6de20e3c18 (diff) | |
download | thrift-bd52f1a1dd0a45aa01c551cdb15338ff3ac82a02.tar.gz |
THRIFT-2644 Haxe support
Client: Haxe
Patch: Jens Geyer
This closes #214
Diffstat (limited to 'tutorial/shared.thrift')
-rw-r--r-- | tutorial/shared.thrift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorial/shared.thrift b/tutorial/shared.thrift index db4b69443..60e8e7adb 100644 --- a/tutorial/shared.thrift +++ b/tutorial/shared.thrift @@ -27,6 +27,7 @@ namespace d share // "shared" would collide with the eponymous D keyword. namespace java shared namespace perl shared namespace php shared +namespace haxe shared struct SharedStruct { 1: i32 key |