Make the C# generator use non-hardcoded namespaces.
authorDavid Reiss <dreiss@apache.org>
Thu, 27 Mar 2008 21:41:37 +0000 (21:41 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 27 Mar 2008 21:41:37 +0000 (21:41 +0000)
commit9d65bf061f2c9876944e5eddea513a2f50d5e883
tree13fbe4a2a8c13a611855173eade710fcdd37503b
parentce4f4f0cbdeafa355c282b2dd9fa2161c009128f
Make the C# generator use non-hardcoded namespaces.

- Make the C# generator use program->get_namespace("csharp")
  instead of program->get_csharp_namespace()
- Eliminate the explicit "csharp_namespace" in t_program.
- Deprecate the csharp_namespace token.
- Update example .thrift files and syntax files.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665611 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_csharp_generator.cc
compiler/cpp/src/parse/t_program.h
compiler/cpp/src/thrifty.yy
test/ThriftTest.thrift
thrift.el
thrift.vim