X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..fe828a03f46181cc172bf61739fe09a043f73aea:/interface/msgqueue.h diff --git a/interface/msgqueue.h b/interface/msgqueue.h index 75b9b1978e..c506eeb576 100644 --- a/interface/msgqueue.h +++ b/interface/msgqueue.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: msgqueue.h -// Purpose: documentation for wxMessageQueue class +// Purpose: interface of wxMessageQueue // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -24,8 +24,7 @@ @nolibrary @category{FIXME} - @seealso - wxThread + @see wxThread */ class wxMessageQueue { @@ -34,7 +33,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 +67,4 @@ public: */ wxMessageQueue(); }; +