[Esbox-commits] r1028 - branches/work_Ed/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core

eswartz at garage.maemo.org eswartz at garage.maemo.org
Wed Dec 3 01:46:40 EET 2008


Author: eswartz
Date: 2008-12-03 01:46:40 +0200 (Wed, 03 Dec 2008)
New Revision: 1028

Modified:
   branches/work_Ed/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core/SharedFilesystemMounter.java
Log:
Merge with rev 1027 from trunk

Modified: branches/work_Ed/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core/SharedFilesystemMounter.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core/SharedFilesystemMounter.java	2008-12-02 22:34:32 UTC (rev 1027)
+++ branches/work_Ed/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core/SharedFilesystemMounter.java	2008-12-02 23:46:40 UTC (rev 1028)
@@ -24,8 +24,6 @@
 
 /**
  * This class handles mounting shared folders.
- * <p>
- * XXX: This is a temporary factoring-out of code to blindly run a script and assume it mounts what we expect. 
  * @author eswartz
  *
  */
@@ -36,7 +34,6 @@
 	 * the shared filesystems are available, prompting the user for a password
 	 * and launching 'mount_share.sh' to mount them otherwise.
 	 * <p>
-	 * XXX: this must be rewritten at some point to handle shares which aren't handled by mount_share.sh!
 	 * @param localMachine
 	 * @param remoteMachine
 	 * @param monitor 
@@ -53,7 +50,7 @@
 		
 		monitor.beginTask("Validating shared folders", sharedFolders.size() * 2);
 
-		// go through the folders and pass th
+		// go through the folders and mount them if needed
 		
 		StatusBuilder builder = new StatusBuilder(Activator.getDefault());
 		for (ISharedFolder sharedFolder : sharedFolders) {



More information about the Esbox-commits mailing list