summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_mirror_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_mirror_port.h')
-rw-r--r--TAO/TAO_IDL/include/ast_mirror_port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_mirror_port.h b/TAO/TAO_IDL/include/ast_mirror_port.h
index dee54323979..3195c88da4a 100644
--- a/TAO/TAO_IDL/include/ast_mirror_port.h
+++ b/TAO/TAO_IDL/include/ast_mirror_port.h
@@ -12,10 +12,10 @@ public:
UTL_ScopedName *n,
AST_PortType *porttype_ref);
- virtual ~AST_Mirror_Port (void);
+ virtual ~AST_Mirror_Port ();
// Cleanup function.
- virtual void destroy (void);
+ virtual void destroy ();
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &o);