summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/include/ast_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/include/ast_factory.h')
-rw-r--r--modules/TAO/TAO_IDL/include/ast_factory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/TAO/TAO_IDL/include/ast_factory.h b/modules/TAO/TAO_IDL/include/ast_factory.h
index f78f06414d1..f11092b7f3d 100644
--- a/modules/TAO/TAO_IDL/include/ast_factory.h
+++ b/modules/TAO/TAO_IDL/include/ast_factory.h
@@ -120,6 +120,9 @@ public:
// Visiting.
virtual int ast_accept (ast_visitor *visitor);
+ // Method to add exceptions.
+ UTL_ExceptList *be_add_exceptions (UTL_ExceptList *t);
+
protected:
// Data.