equal
deleted
inserted
replaced
113 * UnMount - Dismount a IndexDB for drive aMedia. |
113 * UnMount - Dismount a IndexDB for drive aMedia. |
114 * @aMedia drive to unmount. |
114 * @aMedia drive to unmount. |
115 * @aUndefineAsWell if ETrue then undefine the volume as well |
115 * @aUndefineAsWell if ETrue then undefine the volume as well |
116 * |
116 * |
117 */ |
117 */ |
118 void UnMount(TDriveNumber aMedia, TBool aUndefineAsWell); |
118 void UnMount(TDriveNumber aMedia, TBool aUndefineAsWell,TBool aRemoveQueuePersist = EFalse); |
119 |
119 |
120 /** |
120 /** |
121 * FormBaseAppClass - constructs a baseAppClass for the given drive. |
121 * FormBaseAppClass - constructs a baseAppClass for the given drive. |
122 * @aMedia drive to form the baseAppClass for. |
122 * @aMedia drive to form the baseAppClass for. |
123 * @aBaseAppClass return descriptor containing the baseAppClass |
123 * @aBaseAppClass return descriptor containing the baseAppClass |