diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-12-02 18:59:10 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-12-02 18:59:10 +0000 |
commit | e917886f0885e8949335885c885eae09ef62992f (patch) | |
tree | e82dd7537803a9c3cd58193578849ace834ceb19 /ace/UNIX_Addr.h | |
parent | f665c3065212980db221673c9b9d938bdac80b94 (diff) | |
download | ATCD-e917886f0885e8949335885c885eae09ef62992f.tar.gz |
ChangeLogTag: Mon Dec 02 18:53:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/UNIX_Addr.h')
-rw-r--r-- | ace/UNIX_Addr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/UNIX_Addr.h b/ace/UNIX_Addr.h index 505df2250c7..807a84d99f4 100644 --- a/ace/UNIX_Addr.h +++ b/ace/UNIX_Addr.h @@ -48,7 +48,7 @@ public: /// Creates an ACE_INET_Addr from a sockaddr_un structure. ACE_UNIX_Addr (const sockaddr_un *, int len); - /// Creates an ACE_UNIX_Addr from another <ACE_UNIX_Addr>. + /// Creates an ACE_UNIX_Addr from another ACE_UNIX_Addr. int set (const ACE_UNIX_Addr &sa); /// Creates an ACE_UNIX_Addr from a string. |