diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
commit | 1273754aeeb0c93f83ac20b3a7da8427532f7cd8 (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Dump_T.h | |
parent | 85fac9e743dbd47560deefe99a1c638e8551a614 (diff) | |
download | ATCD-1273754aeeb0c93f83ac20b3a7da8427532f7cd8.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Dump_T.h')
-rw-r--r-- | ace/Dump_T.h | 2 |
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); |