summaryrefslogtreecommitdiff
path: root/examples/APG/Streams/RecordingDevice_Text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Streams/RecordingDevice_Text.cpp')
-rw-r--r--examples/APG/Streams/RecordingDevice_Text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/APG/Streams/RecordingDevice_Text.cpp b/examples/APG/Streams/RecordingDevice_Text.cpp
index a44b805ddf7..01720bb2470 100644
--- a/examples/APG/Streams/RecordingDevice_Text.cpp
+++ b/examples/APG/Streams/RecordingDevice_Text.cpp
@@ -97,7 +97,7 @@ MessageType *TextListenerAcceptor::record_message (ACE_FILE_Addr &addr)
TextListener::TextListener (TextListenerAcceptor *acceptor)
: acceptor_(acceptor)
{
- ACE_TRACE (ACE_TEXT ("TextListener ctor"));
+ ACE_TRACE ("TextListener ctor");
ACE_NEW (this->command_stream_, CommandStream (&(this->peer_)));
this->command_stream_->open (0);