summaryrefslogtreecommitdiff
path: root/ace/Dump_T.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/Dump_T.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
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);