]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/msgqueue.h
revised base64.h;bitmap.h
[wxWidgets.git] / interface / msgqueue.h
index 75b9b1978e4ac7a93731bf84b86e33413eb106ad..c506eeb576c701f8ff542343395c304d790fc194 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        msgqueue.h
-// Purpose:     documentation for wxMessageQueue<T> class
+// Purpose:     interface of wxMessageQueue<T>
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -24,8 +24,7 @@
     @nolibrary
     @category{FIXME}
 
-    @seealso
-    wxThread
+    @see wxThread
 */
 class wxMessageQueue<T>
 {
@@ -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();
 };
+