summaryrefslogtreecommitdiff
path: root/TAO/tao/params.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/params.inl')
-rw-r--r--TAO/tao/params.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/params.inl b/TAO/tao/params.inl
index 7dde930b7f8..35bb921d258 100644
--- a/TAO/tao/params.inl
+++ b/TAO/tao/params.inl
@@ -352,4 +352,17 @@ TAO_ORB_Parameters::collocation_resolver_name (void) const
return this->collocation_resolver_name_.c_str ();
}
+ACE_INLINE bool
+TAO_ORB_Parameters::forward_invocation_on_object_not_exist (void) const
+{
+ return this->forward_invocation_on_object_not_exist_;
+}
+
+ACE_INLINE void
+TAO_ORB_Parameters::forward_invocation_on_object_not_exist (bool x)
+{
+ this->forward_invocation_on_object_not_exist_ = x;
+}
+
+
TAO_END_VERSIONED_NAMESPACE_DECL