summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/be_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/be_util.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/be_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/IFR_Service/be_util.h b/TAO/orbsvcs/IFR_Service/be_util.h
index 6e41caf36e6..01640c194cb 100644
--- a/TAO/orbsvcs/IFR_Service/be_util.h
+++ b/TAO/orbsvcs/IFR_Service/be_util.h
@@ -26,15 +26,15 @@ public:
/// Checks made after parsing args.
static TAO_IFR_BE_Export void
- arg_post_proc (void);
+ arg_post_proc ();
/// Display usage of BE-specific options.
static TAO_IFR_BE_Export void
- usage (void);
+ usage ();
/// Create an AST node generator.
static TAO_IFR_BE_Export AST_Generator *
- generator_init (void);
+ generator_init ();
};
#endif // if !defined