summaryrefslogtreecommitdiff
path: root/ace/Framework_Component_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Framework_Component_T.h')
-rw-r--r--ace/Framework_Component_T.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Framework_Component_T.h b/ace/Framework_Component_T.h
index 90fff2a877b..06267e9b7d7 100644
--- a/ace/Framework_Component_T.h
+++ b/ace/Framework_Component_T.h
@@ -38,10 +38,13 @@ public:
// = Initialization and termination methods.
/// Constructor.
- ACE_Framework_Component_T (const Concrete *concrete);
+ ACE_Framework_Component_T (Concrete *concrete);
/// Destructor.
~ACE_Framework_Component_T (void);
+
+ /// Close the contained singleton.
+ void close_singleton (void);
};
// This macro should be called in the instance() method