diff options
Diffstat (limited to 'js/test/Ice/operations/Test.ice')
-rw-r--r-- | js/test/Ice/operations/Test.ice | 7 |
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 // |