summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_porttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_porttype.h')
-rw-r--r--TAO/TAO_IDL/include/ast_porttype.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/include/ast_porttype.h b/TAO/TAO_IDL/include/ast_porttype.h
index 1a745e2ad87..20b0e92ea26 100644
--- a/TAO/TAO_IDL/include/ast_porttype.h
+++ b/TAO/TAO_IDL/include/ast_porttype.h
@@ -18,15 +18,10 @@ class TAO_IDL_FE_Export AST_PortType
public:
AST_PortType (UTL_ScopedName *n);
- virtual ~AST_PortType (void);
+ virtual ~AST_PortType ();
// Cleanup function.
- virtual void destroy (void);
-
- // Narrowing.
-
- DEF_NARROW_FROM_DECL (AST_PortType);
- DEF_NARROW_FROM_SCOPE (AST_PortType);
+ virtual void destroy ();
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &o);