summaryrefslogtreecommitdiff
path: root/ace/Naming_Context.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-01 09:47:23 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-01 09:47:23 +0000
commit196cf1fcd8b8b70c0ae0efcbef99c5533c1c40ba (patch)
tree0c1dadcfd27c43f0816869f01d04c45f28ce9c80 /ace/Naming_Context.cpp
parent76171efcb983b4f2ff55a4013fed794f7a9bb471 (diff)
downloadATCD-196cf1fcd8b8b70c0ae0efcbef99c5533c1c40ba.tar.gz
small changes
Diffstat (limited to 'ace/Naming_Context.cpp')
-rw-r--r--ace/Naming_Context.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Naming_Context.cpp b/ace/Naming_Context.cpp
index 0fc7a574fc2..f124b96a08c 100644
--- a/ace/Naming_Context.cpp
+++ b/ace/Naming_Context.cpp
@@ -65,7 +65,8 @@ ACE_Naming_Context::open (Context_Scope_Type scope_in, int lite)
// Perform factory operation to select appropriate type of
// Name_Space subclass.
-#if defined (ACE_WIN32)
+#if 0
+//#if defined (ACE_WIN32)
// Use ACE_Registry
ACE_NEW_RETURN (this->name_space_, ACE_Registry_Name_Space (this->name_options_), -1);
#else