diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-10 08:45:20 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-10 08:45:20 +0000 |
commit | 7db29418e44bdce4e3df96493b852118cdd82a4a (patch) | |
tree | 4e7c3861e67804fbca3da1d49652aa036f0edf31 /ace/FILE_Addr.h | |
parent | 3d462be371ad3548e4d2d68abf4f95372e7c529f (diff) | |
download | ATCD-7db29418e44bdce4e3df96493b852118cdd82a4a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/FILE_Addr.h')
-rw-r--r-- | ace/FILE_Addr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/FILE_Addr.h b/ace/FILE_Addr.h index 978ea3e0608..dcfd2dbef7b 100644 --- a/ace/FILE_Addr.h +++ b/ace/FILE_Addr.h @@ -45,7 +45,7 @@ public: virtual void *get_addr (void) const; // Return a pointer to the address. - virtual int addr_to_string (char addr[], size_t) const; + virtual int addr_to_string (LPTSTR addr, size_t) const; // Transform the current address into string format. virtual int operator == (const ACE_Addr &SAP) const; |