summaryrefslogtreecommitdiff
path: root/TAO/tao/Flushing_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Flushing_Strategy.cpp')
-rw-r--r--TAO/tao/Flushing_Strategy.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Flushing_Strategy.cpp b/TAO/tao/Flushing_Strategy.cpp
index 6d66ee99975..72024d924da 100644
--- a/TAO/tao/Flushing_Strategy.cpp
+++ b/TAO/tao/Flushing_Strategy.cpp
@@ -13,4 +13,10 @@ TAO_Flushing_Strategy::~TAO_Flushing_Strategy (void)
{
}
+bool TAO_Flushing_Strategy::is_blocking ()
+{
+ return false;
+}
+
+
TAO_END_VERSIONED_NAMESPACE_DECL