summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/be_produce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/be_produce.cpp')
-rw-r--r--TAO/orbsvcs/IFR_Service/be_produce.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/orbsvcs/IFR_Service/be_produce.cpp b/TAO/orbsvcs/IFR_Service/be_produce.cpp
index 2774ca20bfb..2e307463a62 100644
--- a/TAO/orbsvcs/IFR_Service/be_produce.cpp
+++ b/TAO/orbsvcs/IFR_Service/be_produce.cpp
@@ -77,14 +77,14 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// Clean up before exit, whether successful or not.
TAO_IFR_BE_Export void
-BE_cleanup (void)
+BE_cleanup ()
{
idl_global->destroy ();
}
// Abort this run of the BE.
TAO_IFR_BE_Export void
-BE_abort (void)
+BE_abort ()
{
ORBSVCS_ERROR ((LM_ERROR,
ACE_TEXT ("Fatal Error - Aborting\n")));
@@ -94,7 +94,7 @@ BE_abort (void)
}
int
-BE_ifr_repo_init (void)
+BE_ifr_repo_init ()
{
try
{
@@ -138,7 +138,7 @@ BE_ifr_repo_init (void)
// Do the work of this BE. This is the starting point for code generation.
TAO_IFR_BE_Export void
-BE_produce (void)
+BE_produce ()
{
try
{
@@ -200,7 +200,6 @@ BE_produce (void)
catch (const CORBA::Exception& ex)
{
ex._tao_print_exception (ACE_TEXT ("BE_produce"));
-
}
// Clean up.