summaryrefslogtreecommitdiff
path: root/js/test/Ice/acm/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/acm/Test.ice')
-rw-r--r--js/test/Ice/acm/Test.ice1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/test/Ice/acm/Test.ice b/js/test/Ice/acm/Test.ice
index fcc420b58ea..d3c1a83e37f 100644
--- a/js/test/Ice/acm/Test.ice
+++ b/js/test/Ice/acm/Test.ice
@@ -18,6 +18,7 @@ interface TestIntf
void sleep(int seconds);
void sleepAndHold(int seconds);
void interruptSleep();
+ void waitForHeartbeat(int count);
};
interface RemoteObjectAdapter