summaryrefslogtreecommitdiff
path: root/TAO/tao/Flushing_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Flushing_Strategy.h')
-rw-r--r--TAO/tao/Flushing_Strategy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Flushing_Strategy.h b/TAO/tao/Flushing_Strategy.h
index 5d1257a802c..0873936ccf4 100644
--- a/TAO/tao/Flushing_Strategy.h
+++ b/TAO/tao/Flushing_Strategy.h
@@ -58,7 +58,8 @@ public:
/// Wait until msg is sent out. Potentially other messages are
/// flushed too, for example, because there are ahead in the queue.
virtual int flush_message (TAO_Transport *transport,
- TAO_Queued_Message *msg) = 0;
+ TAO_Queued_Message *msg,
+ ACE_Time_Value *max_wait_time) = 0;
/// Wait until the transport has no messages queued.
virtual int flush_transport (TAO_Transport *transport) = 0;