summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Service_Repository.h')
-rw-r--r--ACE/ace/Service_Repository.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Service_Repository.h b/ACE/ace/Service_Repository.h
index 8b3af28c16b..241e796d699 100644
--- a/ACE/ace/Service_Repository.h
+++ b/ACE/ace/Service_Repository.h
@@ -56,7 +56,6 @@ public:
DEFAULT_SIZE = ACE_DEFAULT_SERVICE_REPOSITORY_SIZE
};
- // = Initialization and termination methods.
/// Initialize the repository.
ACE_Service_Repository (size_t size = DEFAULT_SIZE);
@@ -220,7 +219,6 @@ protected:
class ACE_Export ACE_Service_Repository_Iterator
{
public:
- // = Initialization and termination methods.
/// Constructor initializes the iterator.
ACE_Service_Repository_Iterator (ACE_Service_Repository &sr,
bool ignored_suspended = true);