summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/ifr_adding_visitor.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/ifr_adding_visitor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.h b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.h
index 6fdc248558b..b93ecc2f061 100644
--- a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.h
+++ b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.h
@@ -119,17 +119,17 @@ protected:
const char *gen_version (AST_Decl *node);
// Defaults to "1.0" for now.
- void element_type (AST_Type *base_type,
- CORBA::Environment &ACE_TRY_ENV);
+ void element_type (AST_Type *base_type
+ TAO_ENV_ARG_DECL);
// Creates or looks up the element type of an array or sequence,
// and stores the result in ir_current_.
- int create_interface_def (AST_Interface *node,
- CORBA::Environment &ACE_TRY_ENV);
+ int create_interface_def (AST_Interface *node
+ TAO_ENV_ARG_DECL);
// Common code factored out of visit_interface().
- void get_referenced_type (AST_Type *node,
- CORBA::Environment &ACE_TRY_ENV);
+ void get_referenced_type (AST_Type *node
+ TAO_ENV_ARG_DECL);
// Utility method to update ir_current_ for struct members, union
// members, operation parameters and operation return types.