equal
deleted
inserted
replaced
116 * interface. |
116 * interface. |
117 * @return pointer to the active view as MVRSelectionProvider. |
117 * @return pointer to the active view as MVRSelectionProvider. |
118 */ |
118 */ |
119 MVRSelectionProvider* SelectionProviderL(); |
119 MVRSelectionProvider* SelectionProviderL(); |
120 |
120 |
|
121 |
|
122 /** |
|
123 * This method show a dialog to warn user to insert the SD card. |
|
124 * @return if user insert the SD card or not |
|
125 */ |
|
126 static TBool ShowDialogForWaitStorageCardL(); |
|
127 |
|
128 /** |
|
129 * This method show a dialog to warn user to plug the usb cable. |
|
130 * @return if user plug the usb cable or not |
|
131 */ |
|
132 static TBool ShowDialogForWaitUSBPluggingOutL(); |
|
133 |
|
134 /** |
|
135 * Make user insert the SD card, and choose SD card as the memo storage |
|
136 */ |
|
137 void SetDriveL(); |
|
138 |
121 private: // data |
139 private: // data |
122 /** |
140 /** |
123 * CActiveScheduler wrapper object. Owned. |
141 * CActiveScheduler wrapper object. Owned. |
124 */ |
142 */ |
125 CActiveSchedulerWait iActiveWait; |
143 CActiveSchedulerWait iActiveWait; |