summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-04-22 22:16:29 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-04-22 22:16:29 +0000
commitb3926429557017367ad4c92d8fd42f17786e8c61 (patch)
tree38fc04618f3a8d0e280ac6da0b1f863677e3d012 /cpp/src/Ice/Outgoing.cpp
parentAdded IceUtil/Time.h (diff)
downloadice-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.cpp2
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;