summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-07 16:35:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-07 16:35:31 +0000
commit32e9c835838839f032090d041029fba8e50adaa9 (patch)
treeb7e39520efbdf33ebb8e3aad5b9577c69aa7f6fe
parent9583ce493229e70fc00920f378d463c255c3d254 (diff)
downloadATCD-32e9c835838839f032090d041029fba8e50adaa9.tar.gz
*** empty log message ***
-rw-r--r--ace/Message_Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Message_Queue.h b/ace/Message_Queue.h
index bcc44b814b6..9b3383ee538 100644
--- a/ace/Message_Queue.h
+++ b/ace/Message_Queue.h
@@ -170,7 +170,7 @@ protected:
virtual int signal_dequeue_waiters (void);
// Inform any threads waiting to dequeue that they can procede.
- MSG_Q_ID msgq ();
+ MSG_Q_ID msgq (void);
// Access the underlying msgQ.
private: