2 #include "tao/Invocation_Retry_Params.h"
3 #include "tao/Invocation_Utils.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 TAO::Invocation_Retry_Params::Invocation_Retry_Params ()
8 : forward_on_reply_closed_limit_ (0)
9 , init_retry_delay_ (0, 100000) // Set default to 0.1 seconds
11 this->forward_on_exception_limit_
[FOE_OBJECT_NOT_EXIST
] = 0;
12 this->forward_on_exception_limit_
[FOE_COMM_FAILURE
] = 0;
13 this->forward_on_exception_limit_
[FOE_TRANSIENT
] = 0;
14 this->forward_on_exception_limit_
[FOE_INV_OBJREF
] = 0;
17 TAO_END_VERSIONED_NAMESPACE_DECL