summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
commit9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch)
tree760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Service_Config.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index 9029d7233ed..9b5b0af7466 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -69,6 +69,7 @@ typedef ACE_Unbounded_Set_Iterator<ACE_Static_Svc_Descriptor *>
ACE_STATIC_SVCS_ITERATOR;
class ACE_Export ACE_Service_Config
+{
// = TITLE
// Supplies common server operations for dynamic and static
// configuration of services.
@@ -80,7 +81,6 @@ class ACE_Export ACE_Service_Config
// ACE_Service_Config objects, there might be initialization
// order problems. They can be minimized, but not eliminated,
// by _not_ #defining ACE_HAS_NONSTATIC_OBJECT_MANAGER.
-{
public:
enum {MAX_SERVICES = ACE_DEFAULT_SELECT_REACTOR_SIZE};