summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_produce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_produce.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_produce.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_produce.cpp b/TAO/TAO_IDL/be/be_produce.cpp
index b6a02317d79..052b3145f4e 100644
--- a/TAO/TAO_IDL/be/be_produce.cpp
+++ b/TAO/TAO_IDL/be/be_produce.cpp
@@ -76,14 +76,14 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// Clean up before exit, whether successful or not.
TAO_IDL_BE_Export void
-BE_cleanup (void)
+BE_cleanup ()
{
idl_global->destroy ();
}
// Abort this run of the BE.
TAO_IDL_BE_Export void
-BE_abort (void)
+BE_abort ()
{
ACE_ERROR ((LM_ERROR,
"Fatal Error - Aborting\n"));
@@ -112,7 +112,7 @@ BE_visit_root (be_visitor_decl &root_visitor,
// Do the work of this BE. This is the starting point for code generation.
TAO_IDL_BE_Export void
-BE_produce (void)
+BE_produce ()
{
be_visitor_context ctx;