summaryrefslogtreecommitdiff
path: root/ACE/examples/APG
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-28 07:12:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-28 07:12:17 +0000
commitf90814c7e6ac1a835db3437874456edda3a569fe (patch)
tree69b59e297f65aba3f77e415afd44269e95617834 /ACE/examples/APG
parent1b487f3f0b6d09efe9c05bcc7611587d15ff3d00 (diff)
downloadATCD-f90814c7e6ac1a835db3437874456edda3a569fe.tar.gz
Thu Oct 28 07:08:00 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/APG/Logging/Trace_Return.cpp: * examples/APG/Logging/Wrap_Macros.cpp: Fixed compile errors
Diffstat (limited to 'ACE/examples/APG')
-rw-r--r--ACE/examples/APG/Logging/Trace_Return.cpp9
-rw-r--r--ACE/examples/APG/Logging/Wrap_Macros.cpp9
2 files changed, 0 insertions, 18 deletions
diff --git a/ACE/examples/APG/Logging/Trace_Return.cpp b/ACE/examples/APG/Logging/Trace_Return.cpp
index c927063b222..15bbef28155 100644
--- a/ACE/examples/APG/Logging/Trace_Return.cpp
+++ b/ACE/examples/APG/Logging/Trace_Return.cpp
@@ -24,12 +24,3 @@ void foo (void)
}
// Listing 1
-#else
-#include "ace/OS_NS_stdio.h"
-
-int ACE_TMAIN (int, ACE_TCHAR *[])
-{
- ACE_OS::puts ("This example only works on g++ 2.96 and later.\n");
- return 0;
-}
-
diff --git a/ACE/examples/APG/Logging/Wrap_Macros.cpp b/ACE/examples/APG/Logging/Wrap_Macros.cpp
index bf896e09097..540cdc43e25 100644
--- a/ACE/examples/APG/Logging/Wrap_Macros.cpp
+++ b/ACE/examples/APG/Logging/Wrap_Macros.cpp
@@ -21,12 +21,3 @@ void foo (void)
}
// Listing 1
-#else
-#include "ace/OS_NS_stdio.h"
-
-int ACE_TMAIN (int, ACE_TCHAR *[])
-{
- ACE_OS::puts ("This example only works on g++ 2.96 and later.\n");
- return 0;
-}
-