summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Logging/Use_LogManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Logging/Use_LogManager.cpp')
-rw-r--r--ACE/examples/APG/Logging/Use_LogManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/APG/Logging/Use_LogManager.cpp b/ACE/examples/APG/Logging/Use_LogManager.cpp
index d7b7c3607d9..c3fcf27292f 100644
--- a/ACE/examples/APG/Logging/Use_LogManager.cpp
+++ b/ACE/examples/APG/Logging/Use_LogManager.cpp
@@ -1,7 +1,7 @@
#include "LogManager.h"
// Listing 1 code/ch03
-void foo (void);
+void foo ();
int ACE_TMAIN (int, ACE_TCHAR *[])
{
@@ -15,7 +15,7 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
return 0;
}
-void foo (void)
+void foo ()
{
ACE_TRACE ("foo");
LOG_MANAGER->redirectToFile ("output.test");