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 | 9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Method_Object.h | |
parent | 4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff) | |
download | ATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Method_Object.h')
-rw-r--r-- | ace/Method_Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Method_Object.h b/ace/Method_Object.h index 49daaff39d5..23c5b3a303c 100644 --- a/ace/Method_Object.h +++ b/ace/Method_Object.h @@ -22,6 +22,7 @@ #include "ace/OS.h" class ACE_Export ACE_Method_Object +{ // = TITLE // Reifies a method into an object. Subclasses typically // represent necessary state and behavior. @@ -29,7 +30,6 @@ class ACE_Export ACE_Method_Object // = DESCRIPTION // A <Method_Object> is inserted in the <Activation_Queue>, where // it is subsequently removed by the <Scheduler> and invoked. -{ public: // = Initialization and termination methods. ACE_Method_Object (void); |