summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OutgoingAsync.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-23 17:10:39 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-23 17:10:39 +0000
commit17bcfa461a8085399110d8f7033137b1659867f7 (patch)
tree70423b3eeecd8ddac37e121c99d3922c191ace22 /cpp/src/Ice/OutgoingAsync.cpp
parentfix (diff)
downloadice-17bcfa461a8085399110d8f7033137b1659867f7.tar.bz2
ice-17bcfa461a8085399110d8f7033137b1659867f7.tar.xz
ice-17bcfa461a8085399110d8f7033137b1659867f7.zip
fix
Diffstat (limited to 'cpp/src/Ice/OutgoingAsync.cpp')
-rw-r--r--cpp/src/Ice/OutgoingAsync.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp
index 3a5d6d41025..3b47a1bf490 100644
--- a/cpp/src/Ice/OutgoingAsync.cpp
+++ b/cpp/src/Ice/OutgoingAsync.cpp
@@ -247,7 +247,7 @@ IceInternal::OutgoingAsync::__prepare(const ReferencePtr& ref, const string& ope
//
while(_reference)
{
- wait();
+ _monitor.wait();
}
_reference = ref;
@@ -396,6 +396,8 @@ IceInternal::OutgoingAsync::cleanup()
delete __os;
__os = 0;
}
+
+ _monitor.notify();
}
void