summaryrefslogtreecommitdiff
path: root/ace/Registry.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-10 08:45:20 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-10 08:45:20 +0000
commit7db29418e44bdce4e3df96493b852118cdd82a4a (patch)
tree4e7c3861e67804fbca3da1d49652aa036f0edf31 /ace/Registry.h
parent3d462be371ad3548e4d2d68abf4f95372e7c529f (diff)
downloadATCD-7db29418e44bdce4e3df96493b852118cdd82a4a.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Registry.h')
-rw-r--r--ace/Registry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Registry.h b/ace/Registry.h
index f21fc0c0fd7..347c760f394 100644
--- a/ace/Registry.h
+++ b/ace/Registry.h
@@ -491,14 +491,14 @@ class ACE_Export ACE_Predefined_Naming_Contexts
public:
static int connect (ACE_Registry::Naming_Context &naming_context,
HKEY predefined = HKEY_LOCAL_MACHINE,
- LPCSTR machine_name = 0);
+ LPCTSTR machine_name = 0);
// Factory method for connecting to predefined registries. This
// method works for both remote and local machines. However, for
// remote machines, HKEY_CLASSES_ROOT and HKEY_CURRENT_USER types
// are not allowed
private:
- static int is_local_host (LPCSTR machine_name);
+ static int is_local_host (LPCTSTR machine_name);
// Check if <machine_name> is the local host
};