summaryrefslogtreecommitdiff
path: root/ACE/ace/Init_ACE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Init_ACE.cpp')
-rw-r--r--ACE/ace/Init_ACE.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Init_ACE.cpp b/ACE/ace/Init_ACE.cpp
index 42a415180c4..65e551ca81c 100644
--- a/ACE/ace/Init_ACE.cpp
+++ b/ACE/ace/Init_ACE.cpp
@@ -7,7 +7,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
unsigned int ACE::init_fini_count_ = 0;
int
-ACE::init (void)
+ACE::init ()
{
// Don't use ACE_TRACE, because Object_Manager might not have been
// instantiated yet.
@@ -18,7 +18,7 @@ ACE::init (void)
}
int
-ACE::fini (void)
+ACE::fini ()
{
ACE_TRACE ("ACE::fini");