Groundwork for exception support:
authorMarc Slemko <marc@apache.org>
Fri, 11 Aug 2006 23:03:42 +0000 (23:03 +0000)
committerMarc Slemko <marc@apache.org>
Fri, 11 Aug 2006 23:03:42 +0000 (23:03 +0000)
commit5b126d6c85e1c23656fb9be43aba5df9a161635d
tree20887b96f0a78d57fe58033b2f09e810c0842ea0
parent0b4ffa9d4cbdd1bd618c2c108c65c93e01f292c0
Groundwork for exception support:

     Auto generate result structs that combine return type and any thrown exceptions
     Add __isset struct to all user defined and auto defined struct to mark fields that are explicilty read
     Modified client and server generation code to marshal result structs

     Added base facebook::thrift::Exception class

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664750 13f79535-47bb-0310-9956-ffa450edef68
compiler/src/cpp_generator.py
compiler/src/parser.py
lib/cpp/src/Thrift.h
lib/cpp/src/protocol/TProtocol.h
test/ThriftTest.thrift