summaryrefslogtreecommitdiff
path: root/ace/MEM_Addr.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-06-29 21:38:23 +0000
committerSteve Huston <shuston@riverace.com>2000-06-29 21:38:23 +0000
commita18e420d2aab9794e59a3d339dc15c8c906d6753 (patch)
tree69176f8f66252f180e40dcfdd9ffb3eaf2c5aada /ace/MEM_Addr.h
parent07130a065a74315bf72c3b44aeeb7be24cb03345 (diff)
downloadATCD-a18e420d2aab9794e59a3d339dc15c8c906d6753.tar.gz
ChangeLogTag:Thu Jun 29 15:49:16 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/MEM_Addr.h')
-rw-r--r--ace/MEM_Addr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/MEM_Addr.h b/ace/MEM_Addr.h
index a6dd68ede60..6e3a28e0950 100644
--- a/ace/MEM_Addr.h
+++ b/ace/MEM_Addr.h
@@ -43,7 +43,7 @@ public:
// Creates an <ACE_INET_Addr> from a <port_number> and the remote
// <host_name>.
- ACE_MEM_Addr (const ACE_TCHAR port_name[]);
+ ACE_EXPLICIT ACE_MEM_Addr (const ACE_TCHAR port_name[]);
// Creates an <ACE_INET_Addr> from a <port_name>.
~ACE_MEM_Addr (void);