bluetoothengine/btnotif/src/btnotifuiutil.cpp
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <bautils.h>         // BAFL utils (for language file)
    18 #include <bautils.h>         // BAFL utils (for language file)
    19 #include "btnotifuiutil.h"
    19 #include "btnotifuiutil.h"
    20 #include "BTNotifDebug.h"    // Debugging macros
    20 #include "btNotifDebug.h"    // Debugging macros
    21 #include <stringloader.h>    // Localisation stringloader
    21 #include <StringLoader.h>    // Localisation stringloader
    22 #include <AknNoteWrappers.h> // Information note
    22 #include <aknnotewrappers.h> // Information note
    23 #include <aknmessagequerydialog.h> // for the blocking query
    23 #include <aknmessagequerydialog.h> // for the blocking query
    24 #include <aknmediatorfacade.h>  // CoverUI 
    24 #include <AknMediatorFacade.h>  // CoverUI 
    25 #include <CoreApplicationUIsDomainPSKeys.h>  // Backlight control
    25 #include <coreapplicationuisdomainpskeys.h>  // Backlight control
    26 #include <AknNotiferAppServerApplication.h>  // Application Key enable/disable
    26 #include <AknNotiferAppServerApplication.h>  // Application Key enable/disable
    27 
    27 
    28 CBTNotifUIUtil* CBTNotifUIUtil::NewL( TBool aCoverDisplayEnabled )
    28 CBTNotifUIUtil* CBTNotifUIUtil::NewL( TBool aCoverDisplayEnabled )
    29     {
    29     {
    30     CBTNotifUIUtil* self = new (ELeave) CBTNotifUIUtil( aCoverDisplayEnabled );
    30     CBTNotifUIUtil* self = new (ELeave) CBTNotifUIUtil( aCoverDisplayEnabled );