Make the C# generator dynamic.
authorDavid Reiss <dreiss@apache.org>
Thu, 27 Mar 2008 21:41:23 +0000 (21:41 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 27 Mar 2008 21:41:23 +0000 (21:41 +0000)
commit861869b73435d9673a2df94d1ddb480670192674
tree03e89b1de1fbeae161bded7a9d332b768952fc45
parent919ae80934969d9e6b44d537d5ca5cda7e75a9a9
Make the C# generator dynamic.

- Modify the C# generator constructor to fit the new generic interface.
- Register the C# genrator with the central registry.
- Deprecate the old way of invoking the C# generator.
- main.cc no longer includes t_csharp_generator.h.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665608 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_csharp_generator.cc
compiler/cpp/src/generate/t_csharp_generator.h
compiler/cpp/src/main.cc