securitydialogs/simlockui/src/SimLockUIApplication.cpp
branchRCL_3
changeset 5 3b17fc5c9564
parent 1 d5423fbb4f29
equal deleted inserted replaced
1:d5423fbb4f29 5:3b17fc5c9564
     1 /*
     1 /*
     2 * ============================================================================
     2 * ============================================================================
     3 *  Name        : SimLockUIApplication.cpp
     3 *  Name        :simlockuiapplication.cpp
     4 *  Part of     : Sim Lock UI Application
     4 *  Part of     : Sim Lock UI Application
     5 *  Description : Implementation of Sim Lock UI Application UI Methods
     5 *  Description : Implementation of Sim Lock UI Application UI Methods
     6 *  Version     : 
     6 *  Version     : 
     7 *  
     7 *  
     8 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     8 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
    20 * Description:   Build info file for Ado domain appinstall 
    20 * Description:   Build info file for Ado domain appinstall 
    21 * ============================================================================
    21 * ============================================================================
    22 */
    22 */
    23 
    23 
    24 // User include files
    24 // User include files
    25 #include "SimLockUIDocument.h"
    25 #include "simlockuidocument.h"
    26 #include "SimLockUIApplication.h"
    26 #include "simlockuiapplication.h"
    27 #include "SimLockUI.hrh"
    27 #include "simlockui.hrh"
    28 
    28 
    29 // UID for the application, this should correspond to the uid defined in the mmp file
    29 // UID for the application, this should correspond to the uid defined in the mmp file
    30 static const TUid KUidSimLockUIApp = {SIMLOCK_UI_UID3};
    30 static const TUid KUidSimLockUIApp = {SIMLOCK_UI_UID3};
    31 
    31 
    32 // ---------------------------------------------------------------------------
    32 // ---------------------------------------------------------------------------