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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index c27f8000dea..159a484c52d 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -102,7 +102,10 @@ class ACE_Export ACE_Service_Config
// not eliminated, by _not_ #defining
// ACE_HAS_NONSTATIC_OBJECT_MANAGER.
public:
- enum {MAX_SERVICES = ACE_DEFAULT_SELECT_REACTOR_SIZE};
+ enum
+ {
+ MAX_SERVICES = ACE_DEFAULT_SERVICE_REPOSITORY_SIZE
+ };
// = Initialization and termination methods.