summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h
index c6fea69b413..4ff267ddfcc 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h
@@ -58,15 +58,15 @@ public:
/// Check whether we need to raise an exception or go for a
/// reinvocaton.
- virtual int raise_comm_failure (
- TAO_GIOP_Invocation *invoke,
+ virtual TAO::Invocation_Status raise_comm_failure (
+ IOP::ServiceContextList &clist,
TAO_Profile *profile
ACE_ENV_ARG_DECL);
/// Check whether we need to raise an exception or go for a
/// reinvocaton.
- virtual int raise_transient_failure (
- TAO_GIOP_Invocation *invoke,
+ virtual TAO::Invocation_Status raise_transient_failure (
+ IOP::ServiceContextList &clist,
TAO_Profile *profile
ACE_ENV_ARG_DECL);