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 fed5df7fab6..1400760e6d1 100644
--- a/ACE/ace/UNIX_Addr.h
+++ b/ACE/ace/UNIX_Addr.h
@@ -43,6 +43,9 @@ public:
/// Copy constructor.
ACE_UNIX_Addr (const ACE_UNIX_Addr &sa);
+ /// Assignment operator
+ ACE_UNIX_Addr& operator= (const ACE_UNIX_Addr& sa) = default;
+
/// Creates an ACE_UNIX_Addr from a string.
ACE_UNIX_Addr (const char rendezvous_point[]);