diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-13 18:16:11 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-13 18:16:11 +0000 |
commit | 673ee28aaad0fa9ada915da46b3356743f614913 (patch) | |
tree | fd74b335d1ee8f8cbce575509e8376ccfd5e3ebb /ace/Naming_Context.cpp | |
parent | b3bb335467a641600aea817a06317719a2ec78e6 (diff) | |
download | ATCD-fin_pluggable_ior_parsing.tar.gz |
This commit was manufactured by cvs2svn to create tagfin_pluggable_ior_parsing
'fin_pluggable_ior_parsing'.
Diffstat (limited to 'ace/Naming_Context.cpp')
-rw-r--r-- | ace/Naming_Context.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Naming_Context.cpp b/ace/Naming_Context.cpp index 4c2f4da2b79..145281a4341 100644 --- a/ace/Naming_Context.cpp +++ b/ace/Naming_Context.cpp @@ -11,8 +11,10 @@ ACE_RCSID(ace, Naming_Context, "$Id$") // Make life easier later on... -typedef ACE_Local_Name_Space <ACE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex> LOCAL_NAME_SPACE; -typedef ACE_Local_Name_Space <ACE_LITE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex> LITE_LOCAL_NAME_SPACE; +typedef ACE_Local_Name_Space <ACE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex> + LOCAL_NAME_SPACE; +typedef ACE_Local_Name_Space <ACE_LITE_MMAP_MEMORY_POOL, ACE_RW_Process_Mutex> + LITE_LOCAL_NAME_SPACE; // The following Factory is used by the ACE_Service_Config and // svc.conf file to dynamically initialize the state of the Name |