Update of /cvsroot/mahogany/M/src/modules/crypt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32070/src/modules/crypt

Modified Files:
        PGPEngine.cpp 
Log Message:
use wxYieldIfNeeded instead of wxYield while waiting for PGP

Index: PGPEngine.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/crypt/PGPEngine.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -b -u -2 -r1.33 -r1.34
--- PGPEngine.cpp       9 Jul 2004 19:04:41 -0000       1.33
+++ PGPEngine.cpp       17 Jul 2004 21:40:11 -0000      1.34
@@ -515,5 +515,5 @@
    while ( !process.IsDone() || !outEof || !errEof )
    {
-      wxYield();
+      wxYieldIfNeeded();
 
       // the order is important here, lest we deadlock: first get everything



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to