diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-08-19 17:25:34 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-08-19 17:25:34 +0200 |
commit | 814e79122b919520b7a337408d8b66f9f30d38bf (patch) | |
tree | cf37f5963d866610d7c46dc9b86636cfa3fb67e1 /ACE/ace/Future_Set.h | |
parent | 0acedb74f7bec47143ca8bcf542c8ae3cea15edb (diff) | |
download | ATCD-814e79122b919520b7a337408d8b66f9f30d38bf.tar.gz |
Removed old comments before constructor/destructor
Diffstat (limited to 'ACE/ace/Future_Set.h')
-rw-r--r-- | ACE/ace/Future_Set.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Future_Set.h b/ACE/ace/Future_Set.h index 93741649652..57e8721fc71 100644 --- a/ACE/ace/Future_Set.h +++ b/ACE/ace/Future_Set.h @@ -43,8 +43,6 @@ class ACE_Future_Set : public ACE_Future_Observer<T>, private ACE_Copy_Disabled { public: - // = Initialization and termination methods. - /// Constructor. ACE_Future_Set (ACE_Message_Queue<ACE_SYNCH> *future_notification_queue_ = 0); |