diff options
Diffstat (limited to 'cpp/test/Ice/acm/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/acm/TestI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/acm/TestI.cpp b/cpp/test/Ice/acm/TestI.cpp index cbbada92dfb..82a6b9eadfb 100644 --- a/cpp/test/Ice/acm/TestI.cpp +++ b/cpp/test/Ice/acm/TestI.cpp @@ -105,7 +105,7 @@ RemoteObjectAdapterI::deactivate(const Ice::Current&) } void -TestI::sleep(int delay, const Ice::Current& current) +TestI::sleep(int delay, const Ice::Current&) { Lock sync(*this); timedWait(IceUtil::Time::seconds(delay)); @@ -120,7 +120,7 @@ TestI::sleepAndHold(int delay, const Ice::Current& current) } void -TestI::interruptSleep(const Ice::Current& current) +TestI::interruptSleep(const Ice::Current&) { Lock sync(*this); notifyAll(); |