summaryrefslogtreecommitdiff
path: root/ace/DEV_Addr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DEV_Addr.cpp')
-rw-r--r--ace/DEV_Addr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/DEV_Addr.cpp b/ace/DEV_Addr.cpp
index f702eedcb45..f7a11c2f07c 100644
--- a/ace/DEV_Addr.cpp
+++ b/ace/DEV_Addr.cpp
@@ -17,7 +17,7 @@ ACE_DEV_Addr::dump (void) const
ACE_TRACE ("ACE_DEV_Addr::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
- ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("devname_ = %s"), this->devname_));
+ ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("devname_ = %s"), this->devname_));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
}
@@ -58,7 +58,7 @@ ACE_DEV_Addr::ACE_DEV_Addr (const ACE_DEV_Addr &sa)
this->set (sa);
}
-ACE_DEV_Addr::ACE_DEV_Addr (LPCTSTR devname)
+ACE_DEV_Addr::ACE_DEV_Addr (const ACE_TCHAR *devname)
: ACE_Addr (AF_DEV, sizeof this->devname_)
{
ACE_TRACE ("ACE_DEV_Addr::ACE_DEV_Addr");