summaryrefslogtreecommitdiff
path: root/ace/Service_Repository.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_Repository.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Service_Repository.h')
-rw-r--r--ace/Service_Repository.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/Service_Repository.h b/ace/Service_Repository.h
index 168755c620f..91af367e9d3 100644
--- a/ace/Service_Repository.h
+++ b/ace/Service_Repository.h
@@ -20,6 +20,7 @@
#include "ace/Service_Types.h"
class ACE_Export ACE_Service_Repository
+{
// = TITLE
// A container for all services offered by a Service
// Configurator-based application. This allows an
@@ -28,9 +29,9 @@ class ACE_Export ACE_Service_Repository
//
// = DESCRIPTION
// This class contains a vector of <ACE_Service_Types> *'s.
-{
- friend class ACE_Service_Repository_Iterator;
public:
+ friend class ACE_Service_Repository_Iterator;
+
enum {DEFAULT_SIZE = 50};
// = Initialization and termination methods.
ACE_Service_Repository (void);
@@ -125,10 +126,11 @@ private:
};
class ACE_Export ACE_Service_Repository_Iterator
- // = TITLE
- // Iterate through the <ACE_Service_Repository>.
{
public:
+ // = TITLE
+ // Iterate through the <ACE_Service_Repository>.
+
// = Initialization method.
ACE_Service_Repository_Iterator (ACE_Service_Repository &sr,
int ignored_suspended = 1);