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