Thrift TException does not properly define virtual what() method.
authorMartin Kraemer <martin@apache.org>
Wed, 6 Dec 2006 19:52:16 +0000 (19:52 +0000)
committerMartin Kraemer <martin@apache.org>
Wed, 6 Dec 2006 19:52:16 +0000 (19:52 +0000)
commit97f9d60be8c50199e641ad8edb676c582dd7b8da
treeedade3a6ba2acec5d378381b36b94cc5f67f4dd1
parent3860c9a2464d11f55daf983723c784f512aec530
Thrift TException does not properly define virtual what() method.

Summary:
Clients would elect to call the base class what() method instead of the derived version.  This results in
less than usable exceptions for debugging.

Reviewed By: Karl * mcslee

Test Plan:
Tested with local application in development.

Revert Plan:
revertible.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664887 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/Thrift.h