summaryrefslogtreecommitdiff
path: root/ace/Message_Queue_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-18 09:36:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-18 09:36:51 +0000
commit9c1a3603f8104719623a49973bb6335eaa0d3b4b (patch)
tree42de5e5088ea11461a4a3dc95411791dcef36964 /ace/Message_Queue_T.h
parent4563598bdf3f38f2353d39be2ce88d37d16e338d (diff)
downloadATCD-9c1a3603f8104719623a49973bb6335eaa0d3b4b.tar.gz
ChangeLogTag: Tue Apr 18 11:32:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Message_Queue_T.h')
-rw-r--r--ace/Message_Queue_T.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Message_Queue_T.h b/ace/Message_Queue_T.h
index cdf7f5c37b5..34a94720193 100644
--- a/ace/Message_Queue_T.h
+++ b/ace/Message_Queue_T.h
@@ -1129,8 +1129,10 @@ public:
*/
virtual int notify (void);
- /// Get/set the notification strategy for the <Message_Queue>
+ /// Get the notification strategy for the <Message_Queue>
virtual ACE_Notification_Strategy *notification_strategy (void);
+
+ /// Set the notification strategy for the <Message_Queue>
virtual void notification_strategy (ACE_Notification_Strategy *s);
/// Returns a reference to the lock used by the <ACE_Message_Queue_Ex>.