Revision: 4302
          http://skim-app.svn.sourceforge.net/skim-app/?rev=4302&view=rev
Author:   hofman
Date:     2008-07-25 17:59:20 +0000 (Fri, 25 Jul 2008)

Log Message:
-----------
change remarks

Modified Paths:
--------------
    trunk/SKPDFSynchronizer.m

Modified: trunk/SKPDFSynchronizer.m
===================================================================
--- trunk/SKPDFSynchronizer.m   2008-07-25 17:57:04 UTC (rev 4301)
+++ trunk/SKPDFSynchronizer.m   2008-07-25 17:59:20 UTC (rev 4302)
@@ -157,7 +157,7 @@
 #pragma mark | API
 
 - (void)stopDOServer {
-    // this is really only necessary to tickle the server thread's runloop so 
it will finish
+    // tell the server thread to stop running, this is also necessary to 
tickle the server thread so the runloop can finish
     [serverOnServerThread stopRunning];
     // set the stop flag so any running task may finish
     OSAtomicCompareAndSwap32Barrier(1, 0, (int32_t 
*)&serverFlags->shouldKeepRunning);
@@ -182,7 +182,6 @@
 #pragma mark | Server thread
 
 - (oneway void)stopRunning {
-    // not really necessary, as the main thread should already have done this
     stopRunning = YES;
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to