summaryrefslogtreecommitdiff
path: root/python/test/Ice/acm/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/acm/Test.ice')
-rw-r--r--python/test/Ice/acm/Test.ice3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/test/Ice/acm/Test.ice b/python/test/Ice/acm/Test.ice
index 5ab98180dd3..d78abd6eb0f 100644
--- a/python/test/Ice/acm/Test.ice
+++ b/python/test/Ice/acm/Test.ice
@@ -17,7 +17,8 @@ interface TestIntf
void sleep(int seconds);
void sleepAndHold(int seconds);
void interruptSleep();
- void waitForHeartbeat(int count);
+ void startHeartbeatCount();
+ void waitForHeartbeatCount(int count);
};
interface RemoteObjectAdapter