summaryrefslogtreecommitdiff
path: root/php/test/Ice/acm/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'php/test/Ice/acm/Test.ice')
-rw-r--r--php/test/Ice/acm/Test.ice3
1 files changed, 2 insertions, 1 deletions
diff --git a/php/test/Ice/acm/Test.ice b/php/test/Ice/acm/Test.ice
index cd9867f820e..7018c9df821 100644
--- a/php/test/Ice/acm/Test.ice
+++ b/php/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