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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Block_Flushing_Strategy.cpp b/TAO/tao/Block_Flushing_Strategy.cpp
index c5e680f7290..fc402ec48bf 100644
--- a/TAO/tao/Block_Flushing_Strategy.cpp
+++ b/TAO/tao/Block_Flushing_Strategy.cpp
@@ -21,7 +21,8 @@ TAO_Block_Flushing_Strategy::cancel_output (TAO_Transport *)
int
TAO_Block_Flushing_Strategy::flush_message (TAO_Transport *transport,
- TAO_Queued_Message *msg)
+ TAO_Queued_Message *msg,
+ ACE_Time_Value *)
{
while (!msg->all_data_sent ())
{