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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Flushing_Strategy.h b/TAO/tao/Flushing_Strategy.h
index 4bcab3d5589..4787c63c51d 100644
--- a/TAO/tao/Flushing_Strategy.h
+++ b/TAO/tao/Flushing_Strategy.h
@@ -76,6 +76,8 @@ public:
/// Wait until the transport has no messages queued.
virtual int flush_transport (TAO_Transport *transport, ACE_Time_Value *max_wait_time) = 0;
+
+ virtual bool is_blocking ();
};
TAO_END_VERSIONED_NAMESPACE_DECL