summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_extended_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_extended_port.h')
-rw-r--r--TAO/TAO_IDL/include/ast_extended_port.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/include/ast_extended_port.h b/TAO/TAO_IDL/include/ast_extended_port.h
index 3b49cefc994..dd0fb686581 100644
--- a/TAO/TAO_IDL/include/ast_extended_port.h
+++ b/TAO/TAO_IDL/include/ast_extended_port.h
@@ -13,16 +13,12 @@ public:
UTL_ScopedName *n,
AST_PortType *porttype_ref);
- virtual ~AST_Extended_Port (void);
+ virtual ~AST_Extended_Port ();
- AST_PortType *port_type (void) const;
+ AST_PortType *port_type () const;
// Cleanup function.
- virtual void destroy (void);
-
- // Narrowing.
-
- DEF_NARROW_FROM_DECL (AST_Extended_Port);
+ virtual void destroy ();
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &o);