securitydialogs/simlockui/src/SimLockTelephonyProxy.cpp
branchCompilerCompatibility
changeset 8 150a5dd64ae5
parent 5 3b17fc5c9564
equal deleted inserted replaced
6:2b9c00e2ab55 8:150a5dd64ae5
    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 // System Includes
    24 // System Includes
    25 #include <Etel3rdParty.h>           // CTelephony
    25 #include <etel3rdparty.h>           // CTelephony
    26 
    26 
    27 // User Includes
    27 // User Includes
    28 #include "SimLockTelephonyProxy.h"
    28 #include "simlocktelephonyproxy.h"
    29 #include "SimLockUi.pan"
    29 #include "simlockui.pan"
    30 
    30 
    31 
    31 
    32 TInt KSimLockProxyTimeout = 5000000;    // 5 seconds
    32 TInt KSimLockProxyTimeout = 5000000;    // 5 seconds
    33 
    33 
    34 // ---------------------------------------------------------------------------
    34 // ---------------------------------------------------------------------------