diff options
Diffstat (limited to 'ACE/ace/Message_Queue_NT.h')
-rw-r--r-- | ACE/ace/Message_Queue_NT.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Message_Queue_NT.h b/ACE/ace/Message_Queue_NT.h index 0cde39ca08a..60a20242d39 100644 --- a/ACE/ace/Message_Queue_NT.h +++ b/ACE/ace/Message_Queue_NT.h @@ -167,7 +167,7 @@ public: // = Not currently implemented... int peek_dequeue_head (ACE_Message_Block *&first_item, ACE_Time_Value *timeout = 0); - ACE_Notification_Strategy *notification_strategy (void); + ACE_Notification_Strategy *notification_strategy (); void notification_strategy (ACE_Notification_Strategy *s); // = Notification hook. |