gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/include/vob/os Os.hxx


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob/include/vob/os Os.hxx
Date: Thu, 24 Jul 2003 03:20:27 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/07/24 03:20:27

Modified files:
        include/vob/os : Os.hxx 

Log message:
        oops

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/include/vob/os/Os.hxx.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: libvob/include/vob/os/Os.hxx
diff -u libvob/include/vob/os/Os.hxx:1.5 libvob/include/vob/os/Os.hxx:1.6
--- libvob/include/vob/os/Os.hxx:1.5    Fri May 16 07:02:40 2003
+++ libvob/include/vob/os/Os.hxx        Thu Jul 24 03:20:27 2003
@@ -122,8 +122,9 @@
         * @param wait If true, this function will wait for the next event
         *             and handle it before returning; if false, will return
         *             immediately.
+        * @return Whether something happened
         */
-       virtual void eventLoop(bool wait) = 0;
+       virtual bool eventLoop(bool wait) = 0;
 
        /** Interrupt event loop waiting.
         * Because there are things happening in multiple threads in Java,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]