summaryrefslogtreecommitdiff
path: root/ACE/ace/UNIX_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/UNIX_Addr.h')
-rw-r--r--ACE/ace/UNIX_Addr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/ace/UNIX_Addr.h b/ACE/ace/UNIX_Addr.h
index d0851feb3ba..7473aab03e9 100644
--- a/ACE/ace/UNIX_Addr.h
+++ b/ACE/ace/UNIX_Addr.h
@@ -49,6 +49,9 @@ public:
/// Creates an ACE_INET_Addr from a sockaddr_un structure.
ACE_UNIX_Addr (const sockaddr_un *, int len);
+ /// Assignment operator
+ ACE_UNIX_Addr &operator = (const ACE_UNIX_Addr &rhs);
+
/// Creates an ACE_UNIX_Addr from another ACE_UNIX_Addr.
int set (const ACE_UNIX_Addr &sa);