summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index 636988d3763..e7af1a651e0 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -255,6 +255,9 @@ public:
void forward_invocation_on_object_not_exist (bool opt);
bool forward_invocation_on_object_not_exist (void) const;
+ void forward_once_exception (const int);
+ int forward_once_exception () const;
+
private:
// Each "endpoint" is of the form:
//
@@ -472,6 +475,12 @@ private:
*/
bool forward_invocation_on_object_not_exist_;
+
+ /**
+ * The exceptions upon which the requests will be forwarded once.
+ */
+ int forward_once_exception_;
+
/**
* Name of the collocation resolver that needs to be instantiated.
* The default value is "Default_Collocation_Resolver". If