summaryrefslogtreecommitdiff
path: root/js/test/Ice/exceptions/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/exceptions/Test.ice')
-rw-r--r--js/test/Ice/exceptions/Test.ice7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/test/Ice/exceptions/Test.ice b/js/test/Ice/exceptions/Test.ice
index b249ed5388f..be0c5f0253e 100644
--- a/js/test/Ice/exceptions/Test.ice
+++ b/js/test/Ice/exceptions/Test.ice
@@ -73,4 +73,11 @@ interface WrongOperation
void noSuchOperation();
};
+interface Echo
+{
+ void startBatch();
+ void flushBatch();
+ void shutdown();
+};
+
};