diff options
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 e5f4c9bd672..19582b3d361 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(timeout); if (_state == StateInProgress) { timedOut = true; |