diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-22 02:23:39 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-03-22 02:23:39 +0000 |
commit | c61045afee998f95c573932186ad0601957c4a65 (patch) | |
tree | b39af18fc4588248b4f81e202b7f2c505370b81f /ace/Naming_Context.cpp | |
parent | 86095a85727cedb914a9fda39b61abee37ce9511 (diff) | |
download | ATCD-c61045afee998f95c573932186ad0601957c4a65.tar.gz |
f
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 97b641ef777..73ba300a94c 100644 --- a/ace/Naming_Context.cpp +++ b/ace/Naming_Context.cpp @@ -10,8 +10,10 @@ // 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 |