diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-02-20 19:07:12 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-02-20 19:07:12 +0000 |
commit | 99a1e439a69d09563d10cf9f098214636fd1c714 (patch) | |
tree | 8912fc8fa3208aa8f39f4b98f5105af56f01bc2a /cppe/test/IceE/operations/TestI.cpp | |
parent | Changes for VS2005 support (diff) | |
download | ice-99a1e439a69d09563d10cf9f098214636fd1c714.tar.bz2 ice-99a1e439a69d09563d10cf9f098214636fd1c714.tar.xz ice-99a1e439a69d09563d10cf9f098214636fd1c714.zip |
- Socket timeout fixes.
- Removed unused code for collocation optimization.
Diffstat (limited to 'cppe/test/IceE/operations/TestI.cpp')
-rw-r--r-- | cppe/test/IceE/operations/TestI.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cppe/test/IceE/operations/TestI.cpp b/cppe/test/IceE/operations/TestI.cpp index 98e9d26da29..e19afebdefb 100644 --- a/cppe/test/IceE/operations/TestI.cpp +++ b/cppe/test/IceE/operations/TestI.cpp @@ -32,6 +32,12 @@ MyDerivedClassI::opVoid(const Ice::Current&) { } +void +MyDerivedClassI::opSleep(int duration, const Ice::Current&) +{ + IceUtil::ThreadControl::sleep(IceUtil::Time::milliSeconds(duration)); +} + Ice::Byte MyDerivedClassI::opByte(Ice::Byte p1, Ice::Byte p2, |