summaryrefslogtreecommitdiff
path: root/TAO/tao/Block_Flushing_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Block_Flushing_Strategy.cpp')
-rw-r--r--TAO/tao/Block_Flushing_Strategy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Block_Flushing_Strategy.cpp b/TAO/tao/Block_Flushing_Strategy.cpp
index bd49b02ad86..4703a5e6455 100644
--- a/TAO/tao/Block_Flushing_Strategy.cpp
+++ b/TAO/tao/Block_Flushing_Strategy.cpp
@@ -23,7 +23,7 @@ int
TAO_Block_Flushing_Strategy::flush_message (TAO_Transport *transport,
TAO_Queued_Message *msg)
{
- while (!msg->done ())
+ while (!msg->all_data_sent ())
{
int result = transport->handle_output ();
if (result == -1)