16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include <eikenv.h> // Eikon environment |
20 #include <eikenv.h> // Eikon environment |
21 #include <AknNoteDialog.h> |
21 #include <aknnotedialog.h> |
22 #include <bautils.h> // BAFL utils (for language file) |
22 #include <bautils.h> // BAFL utils (for language file) |
23 #include <stringloader.h> // Localisation stringloader |
23 #include <StringLoader.h> // Localisation stringloader |
24 #include <aknmediatorfacade.h> // for cover display support |
24 #include <AknMediatorFacade.h> // for cover display support |
25 #include <USBUINotif.rsg> // Own resources |
25 #include <usbuinotif.rsg> // Own resources |
26 #include "usbuinotifotgwarning.h" // Own class definition |
26 #include "usbuinotifotgwarning.h" // Own class definition |
27 #include "usbuinotifdebug.h" // Debugging macros |
27 #include "usbuinotifdebug.h" // Debugging macros |
28 #include "USBUINotifSecondaryDisplay.h" // Dialog index for cover UI |
28 #include "usbuinotifsecondarydisplay.h" // Dialog index for cover UI |
29 // ================= MEMBER FUNCTIONS ========================================= |
29 // ================= MEMBER FUNCTIONS ========================================= |
30 |
30 |
31 // ---------------------------------------------------------------------------- |
31 // ---------------------------------------------------------------------------- |
32 // CUsbUiNotifOtgWarning::NewL |
32 // CUsbUiNotifOtgWarning::NewL |
33 // Two-phased constructor. |
33 // Two-phased constructor. |