THRIFT-178. java, csharp, cpp: Final Keyword
authorBryan Duxbury <bryanduxbury@apache.org>
Sun, 1 Feb 2009 16:56:29 +0000 (16:56 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Sun, 1 Feb 2009 16:56:29 +0000 (16:56 +0000)
commit056bcb69477a12381bdb007debf55e654c1be257
tree5114e51ed80921f24f66c199a70c2d0e97b5e3b7
parent7003f876edf2aa4aef5e2550852cb707e9e6d57c
THRIFT-178. java, csharp, cpp: Final Keyword

The lexer has been changed to make "final" a non-reserved word, and the java, csharp, and cpp compilers now look for the final annotation and amend their class declarations appropriately.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739788 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_cpp_generator.cc
compiler/cpp/src/generate/t_csharp_generator.cc
compiler/cpp/src/generate/t_java_generator.cc
compiler/cpp/src/thriftl.ll