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 859691ca258..f53eabe130d 100644
--- a/ACE/ace/UNIX_Addr.h
+++ b/ACE/ace/UNIX_Addr.h
@@ -81,6 +81,9 @@ public:
int set (const wchar_t rendezvous_point[]);
#endif /* ACE_HAS_WCHAR */
+ /// Assignment operator.
+ ACE_UNIX_Addr &operator = (const ACE_UNIX_Addr &sa);
+
/// Compare two addresses for equality.
bool operator == (const ACE_UNIX_Addr &SAP) const;