summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_enum.h')
-rw-r--r--TAO/TAO_IDL/include/ast_enum.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/include/ast_enum.h b/TAO/TAO_IDL/include/ast_enum.h
index 1a6455c0e89..4f2c7bb9b33 100644
--- a/TAO/TAO_IDL/include/ast_enum.h
+++ b/TAO/TAO_IDL/include/ast_enum.h
@@ -76,8 +76,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
** USE: Included from ast.hh
*/
-class TAO_IDL_FE_Export AST_Enum : public virtual AST_ConcreteType,
- public virtual UTL_Scope
+class AST_Enum : public virtual AST_ConcreteType, public virtual UTL_Scope
{
public:
// Operations
@@ -107,9 +106,6 @@ public:
// Get value to be assigned to next enumerator
virtual unsigned long next_enum_val();
- // Cleanup function.
- virtual void destroy (void);
-
private:
// Data
unsigned long pd_enum_counter; // Value for next