summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Queue_T.h
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-19 14:37:02 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-22 16:20:53 +0200
commit2aab75d5fddc126e8085c70fe8e1b875b75a30ef (patch)
tree82498955ff2b3829d6597ed88a9eca1b1705df96 /ACE/ace/Message_Queue_T.h
parent5e96bb28fc7572f39b63ac2aca72800c45cdb1ee (diff)
downloadATCD-2aab75d5fddc126e8085c70fe8e1b875b75a30ef.tar.gz
Part 2: Remove obsolescent (void) in functions with no parameters
Diffstat (limited to 'ACE/ace/Message_Queue_T.h')
-rw-r--r--ACE/ace/Message_Queue_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Message_Queue_T.h b/ACE/ace/Message_Queue_T.h
index 8e14a684f11..4b4a7bea10a 100644
--- a/ACE/ace/Message_Queue_T.h
+++ b/ACE/ace/Message_Queue_T.h
@@ -97,7 +97,7 @@ public:
* new messages, which can minimize the "silly window syndrome."
* @param ns Notification strategy. Pointer to an object conforming to the
* ACE_Notification_Strategy interface. If set, the object's
- * notify(void) method will be called each time data is added to
+ * notify() method will be called each time data is added to
* this ACE_Message_Queue. @see ACE_Reactor_Notification_Strategy.
*/
ACE_Message_Queue (size_t hwm = ACE_Message_Queue_Base::DEFAULT_HWM,
@@ -1032,7 +1032,7 @@ public:
* new messages, which can minimize the "silly window syndrome."
* @param ns Notification strategy. Pointer to an object conforming to the
* ACE_Notification_Strategy interface. If set, the object's
- * notify(void) method will be called each time data is added to
+ * notify() method will be called each time data is added to
* this ACE_Message_Queue. @see ACE_Reactor_Notification_Strategy.
*/
ACE_Message_Queue_Ex (size_t high_water_mark = ACE_Message_Queue_Base::DEFAULT_HWM,