summaryrefslogtreecommitdiff
path: root/ace/DEV_Addr.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-15 20:51:35 +0000
committerSteve Huston <shuston@riverace.com>1999-06-15 20:51:35 +0000
commitc2216b60ab43199e77ca84e76c90a5db8f27b91c (patch)
tree151ab2407c733d3ccef70dd42861252a8dc4b594 /ace/DEV_Addr.cpp
parent5b27c5f076c108c1a48bd3aac6df4fdb6cabb2d7 (diff)
downloadATCD-c2216b60ab43199e77ca84e76c90a5db8f27b91c.tar.gz
Added base class init to alternate ctors.
Diffstat (limited to 'ace/DEV_Addr.cpp')
-rw-r--r--ace/DEV_Addr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/DEV_Addr.cpp b/ace/DEV_Addr.cpp
index c99a82144d1..60652735fcc 100644
--- a/ace/DEV_Addr.cpp
+++ b/ace/DEV_Addr.cpp
@@ -52,6 +52,7 @@ ACE_DEV_Addr::set (const ACE_DEV_Addr &sa)
// Copy constructor.
ACE_DEV_Addr::ACE_DEV_Addr (const ACE_DEV_Addr &sa)
+ : ACE_Addr (AF_DEV, sizeof this->devname_)
{
ACE_TRACE ("ACE_DEV_Addr::ACE_DEV_Addr");
@@ -59,6 +60,7 @@ ACE_DEV_Addr::ACE_DEV_Addr (const ACE_DEV_Addr &sa)
}
ACE_DEV_Addr::ACE_DEV_Addr (LPCTSTR devname)
+ : ACE_Addr (AF_DEV, sizeof this->devname_)
{
ACE_TRACE ("ACE_DEV_Addr::ACE_DEV_Addr");