summaryrefslogtreecommitdiff
path: root/ace/MEM_Addr.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-31 03:18:31 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-31 03:18:31 +0000
commit2b7e3509d5cf93ca46a4861801ea447d64da0b1b (patch)
treeb50b9ac47fc714d9b821e09332d82437959ed542 /ace/MEM_Addr.h
parent3c45b78c0cb643a6240ac64095fa783937472372 (diff)
downloadATCD-2b7e3509d5cf93ca46a4861801ea447d64da0b1b.tar.gz
ChangeLogTag:Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/MEM_Addr.h')
-rw-r--r--ace/MEM_Addr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/MEM_Addr.h b/ace/MEM_Addr.h
index 6e3a28e0950..743587e9a62 100644
--- a/ace/MEM_Addr.h
+++ b/ace/MEM_Addr.h
@@ -96,12 +96,12 @@ public:
size_t hostnamelen) const;
// Return the character representation of the hostname.
- const ACE_TCHAR *get_host_name (void) const;
+ const char *get_host_name (void) const;
// Return the character representation of the hostname (this version
// is non-reentrant since it returns a pointer to a static data
// area).
- const ACE_TCHAR *get_host_addr (void) const;
+ const char *get_host_addr (void) const;
// Return the "dotted decimal" external address.
ACE_UINT32 get_ip_address (void) const;