summaryrefslogtreecommitdiff
path: root/ace/Dynamic_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Dynamic_Service.h')
-rw-r--r--ace/Dynamic_Service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Dynamic_Service.h b/ace/Dynamic_Service.h
index 35ac1d94c25..1f305f00a96 100644
--- a/ace/Dynamic_Service.h
+++ b/ace/Dynamic_Service.h
@@ -20,6 +20,7 @@
template <class SERVICE>
class ACE_Dynamic_Service
+{
// = TITLE
// Provides a general interface to retrieve arbitrary objects
// from the ACE service repository.
@@ -27,7 +28,6 @@ class ACE_Dynamic_Service
// = DESCRIPTION
// Uses "name" for lookup in the ACE service repository. Obtains
// the object and returns it as the appropriate type.
-{
public:
static SERVICE *instance (const char *name);
// Return instance using <name> to search the Service_Repository.