summaryrefslogtreecommitdiff
path: root/ace/UNIX_Addr.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-25 01:01:50 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-25 01:01:50 +0000
commitb8c6347b29f1655df9fb7a6c4b0b0a1aa16cb855 (patch)
tree4c7951b8a861b75a361fed329184e37dfa4a6bbc /ace/UNIX_Addr.h
parent35c3c290bff12300023bd0e4db86cf5a138dff19 (diff)
downloadATCD-b8c6347b29f1655df9fb7a6c4b0b0a1aa16cb855.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/UNIX_Addr.h')
-rw-r--r--ace/UNIX_Addr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/UNIX_Addr.h b/ace/UNIX_Addr.h
index 07d7874ebff..65340c72472 100644
--- a/ace/UNIX_Addr.h
+++ b/ace/UNIX_Addr.h
@@ -39,6 +39,9 @@ public:
ACE_UNIX_Addr (const sockaddr_un *, int len);
// Creates an ACE_INET_Addr from a sockaddr_un structure.
+ void set (const ACE_UNIX_Addr &sa);
+ // Creates an ACE_UNIX_Addr from another <ACE_UNIX_Addr>.
+
void set (const char rendezvous_point[]);
// Creates an ACE_UNIX_Addr from a string.