summaryrefslogtreecommitdiff
path: root/ace/DEV_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DEV_Addr.h')
-rw-r--r--ace/DEV_Addr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/DEV_Addr.h b/ace/DEV_Addr.h
index b1b06a810a5..4ea35c1115a 100644
--- a/ace/DEV_Addr.h
+++ b/ace/DEV_Addr.h
@@ -33,6 +33,9 @@ public:
ACE_DEV_Addr (const ACE_DEV_Addr &sa);
// Copy constructor.
+ int set (const ACE_DEV_Addr &sa);
+ // Acts like a copy constructor.
+
ACE_DEV_Addr (LPCTSTR devname);
// Create a ACE_DEV_Addr from a device name.