summaryrefslogtreecommitdiff
path: root/examples/APG/Logging/Wrap_Macros_Alt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Logging/Wrap_Macros_Alt.cpp')
-rw-r--r--examples/APG/Logging/Wrap_Macros_Alt.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/APG/Logging/Wrap_Macros_Alt.cpp b/examples/APG/Logging/Wrap_Macros_Alt.cpp
deleted file mode 100644
index 1926f001d36..00000000000
--- a/examples/APG/Logging/Wrap_Macros_Alt.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// $Id$
-
-#include "Log_Msg_Alt.h"
-
-void foo (void);
-
-int ACE_TMAIN (int, ACE_TCHAR *[])
-{
- ACE_TRACE (ACE_TEXT ("main"));
-
- // Listing 1 code/ch03
- ACE_DEBUG ((MY_DEBUG ACE_TEXT ("Hi Mom\n")));
-
- ACE_DEBUG ((MY_DEBUG ACE_TEXT ("Goodnight\n")));
- // Listing 1
-
- return 0;
-}