diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
commit | 6d4337a975f11f01dcfd9b827be431fba0280768 (patch) | |
tree | a49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Task_T.h | |
parent | faed5414aa90953190faaaacc4051b5f13d94dc1 (diff) | |
download | ATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz |
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Task_T.h')
-rw-r--r-- | ace/Task_T.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Task_T.h b/ace/Task_T.h index 60b4ef5c5dc..0fb31c4aa78 100644 --- a/ace/Task_T.h +++ b/ace/Task_T.h @@ -117,8 +117,8 @@ public: // Should be protected: int flush (u_long flag = ACE_Task_Flags::ACE_FLUSHALL); // Flush the queue. Note that if this conflicts with the C++ - // iostream flush() function, just rewrite the iostream function as - // ::flush(). + // iostream <flush> function, just rewrite the iostream function as + // ::<flush>. // = Special routines corresponding to certain message types. |