equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007, 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
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 <secondarydisplay/usbuinotifsecondarydisplay.h> // Dialog index for cover UI |
|
27 |
26 #include "usbuinotifotgwarning.h" // Own class definition |
28 #include "usbuinotifotgwarning.h" // Own class definition |
27 #include "usbuinotifdebug.h" // Debugging macros |
29 #include "usbuinotifdebug.h" // Debugging macros |
28 #include "usbuinotifsecondarydisplay.h" // Dialog index for cover UI |
30 |
|
31 |
29 // ================= MEMBER FUNCTIONS ========================================= |
32 // ================= MEMBER FUNCTIONS ========================================= |
30 |
33 |
31 // ---------------------------------------------------------------------------- |
34 // ---------------------------------------------------------------------------- |
32 // CUsbUiNotifOtgWarning::NewL |
35 // CUsbUiNotifOtgWarning::NewL |
33 // Two-phased constructor. |
36 // Two-phased constructor. |