Make the XSD generator dynamic.
authorDavid Reiss <dreiss@apache.org>
Tue, 17 Feb 2009 20:28:06 +0000 (20:28 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 17 Feb 2009 20:28:06 +0000 (20:28 +0000)
commit4ba6710ea1a9bfb3def8aeeccb38c32b110098a8
tree7baece5a2f00edf5279b05ac4e59917f7103bd9d
parentf3b0db3735f4f441eedc46548c96199eba3e2486
Make the XSD generator dynamic.

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

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