summaryrefslogtreecommitdiff
path: root/examples/APG/Logging
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-03-15 17:17:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-03-15 17:17:55 +0000
commitf18611384fe5f503adab7789d3037b5f143e4a63 (patch)
treed452e766abff001d7ebe5474b09dd673889d9968 /examples/APG/Logging
parentdaf74e1030d0c49dca423890fca11aaa4655331c (diff)
downloadATCD-f18611384fe5f503adab7789d3037b5f143e4a63.tar.gz
ChangeLogTag: Mon Mar 15 17:15:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/APG/Logging')
-rw-r--r--examples/APG/Logging/Trace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/APG/Logging/Trace.h b/examples/APG/Logging/Trace.h
index c6aec50934b..f426b6a8adb 100644
--- a/examples/APG/Logging/Trace.h
+++ b/examples/APG/Logging/Trace.h
@@ -8,7 +8,7 @@
// Listing 1 code/ch03
class Trace
{
-public:
+public:
Trace (const ACE_TCHAR *prefix,
const ACE_TCHAR *name,
int line,
@@ -79,7 +79,7 @@ private:
#if (ACE_NTRACE == 1)
# define TRACE(X)
-# define TRACE_RETURN(V)
+# define TRACE_RETURN(V) return V;
# define TRACE_RETURN_VOID()
#else
# define TRACE(X) \