]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/thrift/compiler/cpp/test/keyword-samples/service4_return.thrift
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / thrift / compiler / cpp / test / keyword-samples / service4_return.thrift
diff --git a/ceph/src/jaegertracing/thrift/compiler/cpp/test/keyword-samples/service4_return.thrift b/ceph/src/jaegertracing/thrift/compiler/cpp/test/keyword-samples/service4_return.thrift
new file mode 100644 (file)
index 0000000..d0787df
--- /dev/null
@@ -0,0 +1,5 @@
+exception exception_name {}
+
+service service_name {
+  void function_name() throws ( 1: exception_name return)
+}