summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Gestalt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Service_Gestalt.h')
-rw-r--r--ACE/ace/Service_Gestalt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Service_Gestalt.h b/ACE/ace/Service_Gestalt.h
index fc0905f85e3..eee906f40c3 100644
--- a/ACE/ace/Service_Gestalt.h
+++ b/ACE/ace/Service_Gestalt.h
@@ -195,7 +195,7 @@ public:
* @return Returns -1 if the service cannot be 'loaded'.
*/
int process_directive (const ACE_Static_Svc_Descriptor &ssd,
- int force_replace = 0);
+ bool force_replace = false);
/// Process a file containing a list of service configuration
/// directives.
@@ -353,7 +353,7 @@ protected:
/// the global table. This avoids multiple additions when processing
/// directives in non-global gestalts.
int process_directive_i (const ACE_Static_Svc_Descriptor &ssd,
- int force_replace = 0);
+ bool force_replace = false);
#if (ACE_USES_CLASSIC_SVC_CONF == 1)
/// This is the implementation function that process_directives()