summaryrefslogtreecommitdiff
path: root/js/test/Ice/operations/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/operations/Test.ice')
-rw-r--r--js/test/Ice/operations/Test.ice7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/test/Ice/operations/Test.ice b/js/test/Ice/operations/Test.ice
index 290988d09a4..81caced8a0a 100644
--- a/js/test/Ice/operations/Test.ice
+++ b/js/test/Ice/operations/Test.ice
@@ -280,6 +280,13 @@ class MyDerivedClass extends MyClass
MyStruct1 opMyStruct1(MyStruct1 opMyStruct1);
};
+interface Echo
+{
+ void startBatch();
+ void flushBatch();
+ void shutdown();
+};
+
//
// String literals
//