X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..4ec80a5966b9703038053d6e3668451e779db8e7:/interface/msgqueue.h diff --git a/interface/msgqueue.h b/interface/msgqueue.h index 75b9b1978e..2b23de8b9a 100644 --- a/interface/msgqueue.h +++ b/interface/msgqueue.h @@ -1,13 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// // Name: msgqueue.h -// Purpose: documentation for wxMessageQueue class +// Purpose: interface of wxMessageQueue // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// /** - @class wxMessageQueueT @wxheader{msgqueue.h} wxMessageQueue allows passing messages between threads. @@ -24,8 +23,7 @@ @nolibrary @category{FIXME} - @seealso - wxThread + @see wxThread */ class wxMessageQueue { @@ -34,7 +32,7 @@ public: Returns @true if the object had been initialized successfully, @false if an error occurred. */ - bool IsOk(); + bool IsOk() const; /** Add a message to this queue and signal the threads waiting for messages @@ -68,3 +66,4 @@ public: */ wxMessageQueue(); }; +