summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-25 00:44:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-25 00:44:46 +0000
commitc8a81cdadadcf45bc46e5f99db2d75b294245102 (patch)
treec9ecb04eeb71b786f6a03fadaaaac73392a8e14b /ace/Service_Config.h
parentd7c14eb788e6785b9010e9c78d5d9171ae65700d (diff)
downloadATCD-c8a81cdadadcf45bc46e5f99db2d75b294245102.tar.gz
ChangeLogTag:Tue Aug 24 10:02:51 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
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.