summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/dispatcher/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/dispatcher/TestI.h')
-rw-r--r--cpp/test/Ice/dispatcher/TestI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/dispatcher/TestI.h b/cpp/test/Ice/dispatcher/TestI.h
index 99c64dd20d1..228a2842753 100644
--- a/cpp/test/Ice/dispatcher/TestI.h
+++ b/cpp/test/Ice/dispatcher/TestI.h
@@ -20,6 +20,7 @@ class TestIntfI : virtual public Test::TestIntf
public:
virtual void op(const Ice::Current&);
+ virtual void sleep(Ice::Int, const Ice::Current&);
virtual void opWithPayload(const Ice::ByteSeq&, const Ice::Current&);
virtual void shutdown(const Ice::Current&);
};