Revision: 27915
          http://sourceforge.net/p/bibdesk/svn/27915
Author:   hofman
Date:     2022-09-20 17:05:49 +0000 (Tue, 20 Sep 2022)
Log Message:
-----------
update comments

Modified Paths:
--------------
    trunk/bibdesk/BDSKAsyncObject.h

Modified: trunk/bibdesk/BDSKAsyncObject.h
===================================================================
--- trunk/bibdesk/BDSKAsyncObject.h     2022-09-20 17:02:23 UTC (rev 27914)
+++ trunk/bibdesk/BDSKAsyncObject.h     2022-09-20 17:05:49 UTC (rev 27915)
@@ -50,10 +50,10 @@
 }
 
 /* 
- If you override -init (designated initializer), call -startDOServerSync or 
-startDOServerAsync as the last step of initialization or after all necessary 
ivars are set.  If -init isn't overriden, call one of the start methods after 
initializing the object.
+ If you override -init (designated initializer), call -start as the last step 
of initialization or after all necessary ivars are set.  If -init isn't 
overriden, call -start after initializing the object.
  */
 
-// detaches the server thread and returns immediately
+// detaches the local thread and returns immediately
 - (void)start;
 
 // override for custom cleanup on the main thread; call super afterwards

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to