securitydialogs/simlockui/src/SimLockUIDocument.cpp
branchCompilerCompatibility
changeset 8 150a5dd64ae5
parent 5 3b17fc5c9564
equal deleted inserted replaced
6:2b9c00e2ab55 8:150a5dd64ae5
    21 *
    21 *
    22 * ============================================================================
    22 * ============================================================================
    23 */
    23 */
    24 
    24 
    25 // System Include Files
    25 // System Include Files
    26 #include <RMmCustomAPI.h>           // RMmCustomAPI, RMobilePhone
    26 #include <rmmcustomapi.h>           // RMmCustomAPI, RMobilePhone
    27 #include <MmTsy_names.h>            // KMmTsyModuleName
    27 #include <mmtsy_names.h>            // KMmTsyModuleName
    28 #include <RMmCustomAPI.h>
       
    29 
    28 
    30 // User Include Files
    29 // User Include Files
    31 #include "SimLockDataHandlingDelegate.h"
    30 #include "simlockdatahandlingdelegate.h"
    32 #include "SimLockISAServerDefinitions.h"
    31 #include "simlockisaserverdefinitions.h"
    33 #include "SimLockUIAppUi.h"
    32 #include "simlockuiappui.h"
    34 #include "SimLockUIDocument.h"
    33 #include "simlockuidocument.h"
    35 
    34 
    36 // Local Constants
    35 // Local Constants
    37 const TInt KTriesToConnectServer( 2 );
    36 const TInt KTriesToConnectServer( 2 );
    38 const TInt KTimeBeforeRetryingServerConnection( 50000 );
    37 const TInt KTimeBeforeRetryingServerConnection( 50000 );
    39 static const TInt KPhoneInfoIndex( 0 );
    38 static const TInt KPhoneInfoIndex( 0 );