summaryrefslogtreecommitdiff
path: root/tests/DLL_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DLL_Test.h')
-rw-r--r--tests/DLL_Test.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/DLL_Test.h b/tests/DLL_Test.h
index 25b68fe2a0f..229c869853d 100644
--- a/tests/DLL_Test.h
+++ b/tests/DLL_Test.h
@@ -12,11 +12,15 @@
#define ACE_TESTS_DLL_TEST_H
#include "ace/Log_Msg.h"
+#include "ace/Trace.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#undef ACE_TRACE
+#define ACE_TRACE(X) ACE_TRACE_IMPL(X)
+
/**
* @class Hello
*
@@ -26,7 +30,10 @@ class Hello
{
public:
/// Destructor
- virtual ~Hello (void) {}
+ virtual ~Hello (void)
+ {
+ ACE_TRACE ("Hello::~Hello");
+ }
/**
* @name Methods invoked by the test