Author: rmottola
Date: Tue Oct 21 18:04:17 2014
New Revision: 38125

URL: http://svn.gna.org/viewcvs/gnustep?rev=38125&view=rev
Log:
Match protocol to actual class, making endOperation synchronous.

Modified:
    apps/gworkspace/trunk/Operation/FileOpInfo.h

Modified: apps/gworkspace/trunk/Operation/FileOpInfo.h
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/Operation/FileOpInfo.h?rev=38125&r1=38124&r2=38125&view=diff
==============================================================================
--- apps/gworkspace/trunk/Operation/FileOpInfo.h        (original)
+++ apps/gworkspace/trunk/Operation/FileOpInfo.h        Tue Oct 21 18:04:17 2014
@@ -45,7 +45,7 @@
 
 - (void)removeProcessedFiles;
 
-- (oneway void)endOperation;
+- (void)endOperation;
 
 @end
 
@@ -75,8 +75,6 @@
 - (BOOL)isPaused;
 
 - (void)done;
-
-- (oneway void)exitThread;
 
 @end
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to