diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-04-22 22:16:29 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-04-22 22:16:29 +0000 |
commit | b3926429557017367ad4c92d8fd42f17786e8c61 (patch) | |
tree | 38fc04618f3a8d0e280ac6da0b1f863677e3d012 /cpp/src/Ice/Outgoing.cpp | |
parent | Added IceUtil/Time.h (diff) | |
download | ice-b3926429557017367ad4c92d8fd42f17786e8c61.tar.bz2 ice-b3926429557017367ad4c92d8fd42f17786e8c61.tar.xz ice-b3926429557017367ad4c92d8fd42f17786e8c61.zip |
time updates.
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index 19582b3d361..4e1a7db1f7e 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -113,7 +113,7 @@ IceInternal::Outgoing::invoke() { if (timeout >= 0) { - timedWait(timeout); + timedWait(IceUtil::Time::milliSeconds(timeout)); if (_state == StateInProgress) { timedOut = true; |