summaryrefslogtreecommitdiff
path: root/TAO/tao/params.inl
diff options
context:
space:
mode:
authordai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-04-25 06:33:24 +0000
committerdai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-04-25 06:33:24 +0000
commita141ce4fafb180b7c43fb54aa2712e21e84c1421 (patch)
tree45376633c5911f7f225057cffa8905f09cf6a19e /TAO/tao/params.inl
parent7823aa89f51dbc0c20dc07c9e4db1077da4f4825 (diff)
downloadATCD-a141ce4fafb180b7c43fb54aa2712e21e84c1421.tar.gz
Sat Apr 25 06:25:37 UTC 2009 Yan Dai <dai_y@ociweb.com>
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