summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_type.h')
-rw-r--r--TAO/TAO_IDL/include/ast_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_type.h b/TAO/TAO_IDL/include/ast_type.h
index 66e2d1f72ba..feefba27813 100644
--- a/TAO/TAO_IDL/include/ast_type.h
+++ b/TAO/TAO_IDL/include/ast_type.h
@@ -115,6 +115,9 @@ public:
// Visiting.
virtual int ast_accept (ast_visitor *visitor);
+ // Cleanup.
+ virtual void destroy (void);
+
protected:
// Has the full definition been added to the Interface Repository?
// Used for types which can have members and can be forward declared.