summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/dispatcher/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/dispatcher/Test.ice')
-rw-r--r--cpp/test/Ice/dispatcher/Test.ice1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/dispatcher/Test.ice b/cpp/test/Ice/dispatcher/Test.ice
index 857acae24a9..0379b4c7f4c 100644
--- a/cpp/test/Ice/dispatcher/Test.ice
+++ b/cpp/test/Ice/dispatcher/Test.ice
@@ -18,6 +18,7 @@ module Test
interface TestIntf
{
void op();
+ void sleep(int to);
void opWithPayload(Ice::ByteSeq seq);
void shutdown();
};