commit | 6ce401dd555cf7928e1129d9ab31aa7be4bc7e9f | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Tue Mar 24 20:01:58 2009 +0000 |
committer | David Reiss <dreiss@apache.org> | Tue Mar 24 20:01:58 2009 +0000 |
tree | 6ee5161e938b5afd1b9b0dac5b4545af3d66e96b | |
parent | c51986f43897a64531935653cb4a2462f6cd7e11 [diff] [blame] |
THRIFT-136. s/async/oneway/ in misc places This is mostly an internal-only change. It affects docstrings, messages, variables, test cases, etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@757992 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/src/parse/t_function.h b/compiler/cpp/src/parse/t_function.h index c437d0e..c2de77e 100644 --- a/compiler/cpp/src/parse/t_function.h +++ b/compiler/cpp/src/parse/t_function.h
@@ -43,7 +43,7 @@ oneway_(oneway) { if (oneway_ && !xceptions_->get_members().empty()) { - throw std::string("Async methods can't throw exceptions."); + throw std::string("Oneway methods can't throw exceptions."); } }