summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 21:28:48 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-20 21:28:48 +0000
commit71ea935f227ff25ce7abf4ad5ebb783a3df666dc (patch)
tree1e468a70e0f61c765491b42d9acee8bb25cb7ec9 /ace
parent86843c77274cede9bb4b7de1b24b83b1ba803dfb (diff)
downloadATCD-71ea935f227ff25ce7abf4ad5ebb783a3df666dc.tar.gz
Cosmetic change
Diffstat (limited to 'ace')
-rw-r--r--ace/Configuration.cpp1
-rw-r--r--ace/Process.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/ace/Configuration.cpp b/ace/Configuration.cpp
index 19b454d0a22..2e045657d2c 100644
--- a/ace/Configuration.cpp
+++ b/ace/Configuration.cpp
@@ -37,6 +37,7 @@ template class ACE_Hash<ACE_Configuration_ExtId>;
template class ACE_Hash_Map_Manager_Ex<ACE_Configuration_ExtId, ACE_Configuration_Section_IntId, ACE_Hash<ACE_Configuration_ExtId>, ACE_Equal_To<ACE_Configuration_ExtId>, ACE_Null_Mutex>;
template class ACE_Hash_Map_Manager_Ex<ACE_Configuration_ExtId, ACE_Configuration_Value_IntId, ACE_Hash<ACE_Configuration_ExtId>, ACE_Equal_To<ACE_Configuration_ExtId>, ACE_Null_Mutex>;
template class ACE_Hash_Map_Manager_Ex<ACE_Configuration_ExtId, int, ACE_Hash<ACE_Configuration_ExtId>, ACE_Equal_To<ACE_Configuration_ExtId>, ACE_Null_Mutex>;
+
template class ACE_Hash_Map_With_Allocator<ACE_Configuration_ExtId, ACE_Configuration_Section_IntId>;
template class ACE_Hash_Map_With_Allocator<ACE_Configuration_ExtId, ACE_Configuration_Value_IntId>;
template class ACE_Hash_Map_With_Allocator<ACE_Configuration_ExtId, int>;
diff --git a/ace/Process.h b/ace/Process.h
index aaa9df10825..54960e9e641 100644
--- a/ace/Process.h
+++ b/ace/Process.h
@@ -92,10 +92,10 @@ public:
ACE_HANDLE std_out = ACE_INVALID_HANDLE,
ACE_HANDLE std_err = ACE_INVALID_HANDLE);
- /// Felease the standard handles previously set with set_handles;
+ /// Release the standard handles previously set with set_handles;
void release_handles (void);
- /// <format> must be of the form "VARIABLE=VALUE". There can not be
+ /// @param format must be of the form "VARIABLE=VALUE". There can not be
/// any spaces between VARIABLE and the equal sign.
int setenv (const ACE_TCHAR *format,
...);