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.ice1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/test/Ice/acm/Test.ice b/csharp/test/Ice/acm/Test.ice
index b1c8b749109..0c4c3b105ca 100644
--- a/csharp/test/Ice/acm/Test.ice
+++ b/csharp/test/Ice/acm/Test.ice
@@ -17,6 +17,7 @@ interface TestIntf
void sleep(int seconds);
void sleepAndHold(int seconds);
void interruptSleep();
+ void waitForHeartbeat(int count);
};
interface RemoteObjectAdapter