summaryrefslogtreecommitdiff
path: root/ace/Message_Block.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-05-12 14:49:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-05-12 14:49:34 +0000
commit977966332f62347499768cfeb5f8d24f2875c8dd (patch)
treea163469cc9098f24eccc282af3035b860a3ec16c /ace/Message_Block.h
parentd594bb73664cb4bdcd3a3c7ba08a91f547812450 (diff)
downloadATCD-977966332f62347499768cfeb5f8d24f2875c8dd.tar.gz
ChangeLogTag:Sat May 11 13:04:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Message_Block.h')
-rw-r--r--ace/Message_Block.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Message_Block.h b/ace/Message_Block.h
index c768c05e27d..3cf6ab460cd 100644
--- a/ace/Message_Block.h
+++ b/ace/Message_Block.h
@@ -571,10 +571,10 @@ protected:
u_long priority_;
#if defined (ACE_HAS_TIMED_MESSAGE_BLOCKS)
- /// execution time associated with the message
+ /// Execution time associated with the message.
ACE_Time_Value execution_time_;
- /// absolute deadline time for message
+ /// Absolute deadline time for message.
ACE_Time_Value deadline_time_;
#endif /* ACE_HAS_TIMED_MESSAGE_BLOCKS */