summaryrefslogtreecommitdiff
path: root/ace/Dynamic.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/Dynamic.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Dynamic.h')
-rw-r--r--ace/Dynamic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Dynamic.h b/ace/Dynamic.h
index b105a4b6955..90e4b426882 100644
--- a/ace/Dynamic.h
+++ b/ace/Dynamic.h
@@ -21,13 +21,13 @@
#include "ace/ACE.h"
class ACE_Export ACE_Dynamic
+{
// = TITLE
// Checks to see if an object was dynamically allocated.
//
// = DESCRIPTION
// This class holds the pointer in a thread-safe manner between
// the call to operator new and the call to the constructor.
-{
public:
ACE_Dynamic (void);