summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2005-03-07 11:26:35 +0000
committerbala <balanatarajan@users.noreply.github.com>2005-03-07 11:26:35 +0000
commit42e00f4296adcbc5bf123f19f1f129bef1c65459 (patch)
tree7a4644aab755ac405aa9aed2835371ea97a8faf5 /TAO/tao/default_resource.h
parentecaae514c33494c31f74edbf4d53f66ffaf87bc5 (diff)
downloadATCD-42e00f4296adcbc5bf123f19f1f129bef1c65459.tar.gz
ChangeLogTag:`head -1 ChangeLog`
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r--TAO/tao/default_resource.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h
index 92b3b48ac72..417554b818f 100644
--- a/TAO/tao/default_resource.h
+++ b/TAO/tao/default_resource.h
@@ -138,6 +138,7 @@ public:
virtual TAO_LF_Strategy *create_lf_strategy (void);
virtual void disable_factory (void);
+ virtual bool drop_replies_during_shutdown (void) const;
//@}
protected:
@@ -243,6 +244,10 @@ private:
/// Resource usage strategy
Resource_Usage resource_usage_strategy_;
+
+ /// Flag to indicate whether replies should be dropped during ORB
+ /// shutdown.
+ bool drop_replies_;
};
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_Default_Resource_Factory)