commit | 031baf70860ade4096953d1c0838408ca0ecee96 | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Fri Nov 14 17:11:39 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Fri Nov 14 17:11:39 2008 +0000 |
tree | a6186c6273cfe4c995e5b9ab5d64bef5ba8647e0 | |
parent | 713623bee6105f6b8ee946cecde4dd98847f6a2b [diff] [blame] |
Merge branch 'THRIFT-143' git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@714070 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/spec/ThriftSpec.thrift b/lib/rb/spec/ThriftSpec.thrift index e04662b..51758a3 100644 --- a/lib/rb/spec/ThriftSpec.thrift +++ b/lib/rb/spec/ThriftSpec.thrift
@@ -32,6 +32,11 @@ 11: list<Hello> hellos } +exception Xception { + 1: string message, + 2: i32 code = 1 +} + service NonblockingService { Hello greeting(1:bool english) bool block()