summaryrefslogtreecommitdiff
path: root/TAO/tao/operation_details.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/operation_details.h')
-rw-r--r--TAO/tao/operation_details.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/operation_details.h b/TAO/tao/operation_details.h
index 5950a8b3235..7f217584581 100644
--- a/TAO/tao/operation_details.h
+++ b/TAO/tao/operation_details.h
@@ -14,7 +14,7 @@
#include /**/ "ace/pre.h"
-#include "SystemException.h"
+#include "Exception.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -141,11 +141,9 @@ public:
* the list of parameters passed by the operation, exceptions
* declared for the operation, and the result when available.
*/
- bool exception_list (Dynamic::ExceptionList &);
-#if TAO_HAS_INTERCEPTORS == 1
bool parameter_list (Dynamic::ParameterList &);
+ bool exception_list (Dynamic::ExceptionList &);
bool result (CORBA::Any *);
-#endif /* TAO_HAS_INTERCEPTORS == 1 */
//@}
/// Accessors for the argumet list