diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-11-09 23:00:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-11-09 23:00:26 +0000 |
commit | 5ee89b73d0c371a152cb4d6ba5d169b7d6bd53c4 (patch) | |
tree | 3034ef53615811a7dfe86669e14a145d4305430c /ace/Naming_Context.h | |
parent | 2c76a46e5e7ec37c37a590f2b67b67b6cdd30ad2 (diff) | |
download | ATCD-5ee89b73d0c371a152cb4d6ba5d169b7d6bd53c4.tar.gz |
ChangeLogTag:Fri Nov 9 07:42:41 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Naming_Context.h')
-rw-r--r-- | ace/Naming_Context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Naming_Context.h b/ace/Naming_Context.h index 3fdf9d8f6a4..dab44a13761 100644 --- a/ace/Naming_Context.h +++ b/ace/Naming_Context.h @@ -107,7 +107,7 @@ public: virtual int fini (void); /// Returns information about this context. - virtual int info (char **strp, size_t length) const; + virtual int info (ACE_TCHAR **strp, size_t length) const; /// Returns the ACE_Name_Options associated with the Naming_Context ACE_Name_Options *name_options (void); |