appfw/apparchitecture/aplist/aplappregfinder.cpp
branchRCL_3
changeset 19 924385140d98
parent 2 7645e9ce10dc
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
   184 			
   184 			
   185 			// Build a parse-object for the full ref-file name
   185 			// Build a parse-object for the full ref-file name
   186 			TParse regFileNameParser;
   186 			TParse regFileNameParser;
   187 			const TDriveName driveName = currentDrive.iUnit.Name();
   187 			const TDriveName driveName = currentDrive.iUnit.Name();
   188 			regFileNameParser.Set(entry.iName, &appFolderOnDrive, &driveName);
   188 			regFileNameParser.Set(entry.iName, &appFolderOnDrive, &driveName);
   189 			
   189 
   190 			// Apparc will call sidchecker to verify if an application is a valid registered application. 
   190 			// Apparc will call sidchecker to verify if an application is a valid registered application. 
   191 			// Apparc will call sidchecker in the following conditions
   191 			// Apparc will call sidchecker in the following conditions
   192 			// 1. If the current drive is a removable drive
   192 			// 1. If the current drive is a removable drive
   193 			// 2. If the current drive is not 
   193 			// 2. If the current drive is not 
   194 			//		a) an internal read-only drive
   194 			//		a) an internal read-only drive