summaryrefslogtreecommitdiff
path: root/ace/Service_Config.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-30 02:21:22 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-30 02:21:22 +0000
commit24852c6c9d8da28090b5f4bbe379799f61243605 (patch)
tree24e073dcedad1b6ef029cc79735503f5debf81dc /ace/Service_Config.cpp
parent18b05c3bdd718fb060dcd2c4d4cd645940454a4d (diff)
downloadATCD-24852c6c9d8da28090b5f4bbe379799f61243605.tar.gz
ChangeLogTag:Sun Jul 29 19:19:20 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r--ace/Service_Config.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp
index 6674ff65597..876c0cc97a2 100644
--- a/ace/Service_Config.cpp
+++ b/ace/Service_Config.cpp
@@ -407,10 +407,10 @@ ACE_Service_Config::process_directive (const ACE_TCHAR directive[])
ACE_UNUSED_ARG (directive);
- ACE_GUARD_RETURN (ACE_SYNCH_RECURSIVE_MUTEX,
- ace_mon,
- *ACE_Static_Object_Lock::instance (),
- -1);
+ ACE_MT (ACE_GUARD_RETURN (ACE_SYNCH_RECURSIVE_MUTEX,
+ ace_mon,
+ *ACE_Static_Object_Lock::instance (),
+ -1));
ACE_Svc_Conf_Lexer_Guard ace_lexer_guard (directive);
@@ -455,10 +455,10 @@ ACE_Service_Config::process_directives (void)
}
else
{
- ACE_GUARD_RETURN (ACE_SYNCH_RECURSIVE_MUTEX,
- ace_mon,
- *ACE_Static_Object_Lock::instance (),
- -1);
+ ACE_MT (ACE_GUARD_RETURN (ACE_SYNCH_RECURSIVE_MUTEX,
+ ace_mon,
+ *ACE_Static_Object_Lock::instance (),
+ -1));
ACE_Svc_Conf_Lexer_Guard ace_lexer_guard (fp);