commit | ac110e4f1cd87ce38fce06e61ef88bc84ac2edb0 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Tue Mar 09 05:20:07 2010 +0000 |
committer | David Reiss <dreiss@apache.org> | Tue Mar 09 05:20:07 2010 +0000 |
tree | 36ed0ff4d1a5a098f89eaeaf5571fe884e8cffd6 | |
parent | 7a2065d3dbdf361bbbe8b66a5b03080c0e532403 [diff] |
cpp: Eliminate circular dependency between thrift libraries Previously, Thrift.cpp contained TApplicationException, which was using TProtocol methods, defined in TProtocol.h. This caused a circular dependency since libprotocol depends on Thrift.h. This change moves TApplicationException into its own file. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@920682 13f79535-47bb-0310-9956-ffa450edef68