securitydialogs/simlockui/src/SimLockUIDocument.cpp
branchRCL_3
changeset 5 3b17fc5c9564
parent 1 d5423fbb4f29
equal deleted inserted replaced
1:d5423fbb4f29 5:3b17fc5c9564
    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 );