summaryrefslogtreecommitdiff
path: root/examples/APG/Streams/CommandTask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Streams/CommandTask.cpp')
-rw-r--r--examples/APG/Streams/CommandTask.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/APG/Streams/CommandTask.cpp b/examples/APG/Streams/CommandTask.cpp
index ec3f61dcc46..7ad63166ffd 100644
--- a/examples/APG/Streams/CommandTask.cpp
+++ b/examples/APG/Streams/CommandTask.cpp
@@ -95,7 +95,7 @@ int CommandTask::svc (void)
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("CommandTask::svc() - ")
ACE_TEXT ("%s got work request %d\n"),
- ACE_TEXT_CHAR_TO_TCHAR (this->module ()->name ()),
+ this->module ()->name (),
command->command_));
if (command->command_ != this->command_)
@@ -110,7 +110,7 @@ int CommandTask::svc (void)
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("CommandTask::svc() - ")
ACE_TEXT ("%s work request %d result is %d\n"),
- ACE_TEXT_CHAR_TO_TCHAR (this->module ()->name ()),
+ this->module ()->name (),
command->command_,
result));