summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Timers/Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Timers/Task.cpp')
-rw-r--r--ACE/examples/APG/Timers/Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Timers/Task.cpp b/ACE/examples/APG/Timers/Task.cpp
index c5ab6b4591c..f4c846c644f 100644
--- a/ACE/examples/APG/Timers/Task.cpp
+++ b/ACE/examples/APG/Timers/Task.cpp
@@ -19,7 +19,7 @@ public:
virtual int handle_timeout (const ACE_Time_Value &,
const void *arg)
{
- ACE_TRACE (ACE_TEXT ("CB::handle_timeout"));
+ ACE_TRACE ("CB::handle_timeout");
const int *val = static_cast<const int*> (arg);
ACE_ASSERT((*val) == id_);