18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include <eikenv.h> // Eikon environment |
20 #include <eikenv.h> // Eikon environment |
21 #include <bautils.h> // BAFL utils (for language file) |
21 #include <bautils.h> // BAFL utils (for language file) |
22 #include <utf.h> // Unicode character conversion utilities |
22 #include <utf.h> // Unicode character conversion utilities |
23 #include <stringloader.h> // Localisation stringloader |
23 #include <StringLoader.h> // Localisation stringloader |
24 #include <AknQueryDialog.h> |
24 #include <AknQueryDialog.h> |
25 #include <aknnotewrappers.h> |
25 #include <aknnotewrappers.h> |
26 |
26 |
27 #include <usbuinotif.h> // pck |
27 #include <usbuinotif.h> // pck |
28 #include <USBUINotif.rsg> // Own resources |
28 #include <usbuinotif.rsg> // Own resources |
29 #include "usbuinotifotgerror.h" // Own class definition |
29 #include "usbuinotifotgerror.h" // Own class definition |
30 #include "usbuinotifdebug.h" // Debugging macros |
30 #include "usbuinotifdebug.h" // Debugging macros |
31 #include "USBUINotifSecondaryDisplay.h" // Dialog index for cover UI |
31 #include "usbuinotifsecondarydisplay.h" // Dialog index for cover UI |
32 // ================= MEMBER FUNCTIONS ========================================= |
32 // ================= MEMBER FUNCTIONS ========================================= |
33 |
33 |
34 // ---------------------------------------------------------------------------- |
34 // ---------------------------------------------------------------------------- |
35 // CUsbUiNotifOtgError::NewL |
35 // CUsbUiNotifOtgError::NewL |
36 // Two-phased constructor. |
36 // Two-phased constructor. |