Make the Smalltalk generator dynamic.
authorDavid Reiss <dreiss@apache.org>
Thu, 27 Mar 2008 21:40:35 +0000 (21:40 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 27 Mar 2008 21:40:35 +0000 (21:40 +0000)
commita890b5714e2b556ba6f02140ce679117c183f985
tree57fd79b771a7433c6264434e5fa1ff6a10188065
parent73dc1431d1c3e9b6bd3d17dca597d1889b2ceaf4
Make the Smalltalk generator dynamic.

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

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