summaryrefslogtreecommitdiff
path: root/ace/Dump_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Dump_T.h')
-rw-r--r--ace/Dump_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Dump_T.h b/ace/Dump_T.h
index dd32b5623cf..2aadc9892b8 100644
--- a/ace/Dump_T.h
+++ b/ace/Dump_T.h
@@ -22,6 +22,7 @@
template <class Concrete>
class ACE_Dumpable_Adapter : public ACE_Dumpable
+{
// = TITLE
// This class inherits the interface of the abstract ACE_Dumpable
// class and is instantiated with the implementation of the
@@ -32,7 +33,6 @@ class ACE_Dumpable_Adapter : public ACE_Dumpable
// from the ``Gang of Four'' book. Note that <class Concrete>
// need not inherit from a common class since ACE_Dumpable
// provides the uniform virtual interface!
-{
public:
// = Initialization and termination methods.
ACE_Dumpable_Adapter (const Concrete *t);