summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 809eb416d8e..e8b746369c1 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -80,10 +80,10 @@ public:
public:
/// Compare two service descriptors for equality.
- int operator== (ACE_Static_Svc_Descriptor &) const;
+ bool operator== (ACE_Static_Svc_Descriptor &) const;
/// Compare two service descriptors for inequality.
- int operator!= (ACE_Static_Svc_Descriptor &) const;
+ bool operator!= (ACE_Static_Svc_Descriptor &) const;
};
// Maintain a set of the statically linked service descriptors.