clientprovisioning/cpqtsp/src/CWPSaver.cpp
changeset 66 f8de2c99bcde
parent 42 aa33c2cb9a50
equal deleted inserted replaced
64:f2a9f5a3b8ba 66:f8de2c99bcde
     1 /*
     1 /*
     2 * ============================================================================
     2 * ============================================================================
     3 *  Name        : CWPSaver.cpp
     3 *  Name        : CWPSaver.cpp
     4 *  Part of     : Provisioning / ProvisioningBC
     4 *  Part of     : Provisioning / ProvisioningBC
     5 *  Description : Helper class for saving Provisioning settings. Provides a progress note.
     5 *  Description : Helper class for saving Provisioning settings. Provides a progress note.
     6 *  Version     : %version: 2 % << Don't touch! Updated by Synergy at check-out.
     6 *  Version     : %version: 3 % << Don't touch! Updated by Synergy at check-out.
     7 *
     7 *
     8 *  Copyright © 2002-2006 Nokia.  All rights reserved.
     8 *  Copyright © 2002-2006 Nokia.  All rights reserved.
     9 *  This material, including documentation and any related computer
     9 *  This material, including documentation and any related computer
    10 *  programs, is protected by copyright controlled by Nokia.  All
    10 *  programs, is protected by copyright controlled by Nokia.  All
    11 *  rights are reserved.  Copying, including reproducing, storing,
    11 *  rights are reserved.  Copying, including reproducing, storing,
    52 void CWPSaver::PrepareLC()
    52 void CWPSaver::PrepareLC()
    53     {
    53     {
    54     // Assume ownership of this.
    54     // Assume ownership of this.
    55     CleanupStack::PushL( this );
    55     CleanupStack::PushL( this );
    56     iProgress = new HbProgressDialog(HbProgressDialog::WaitDialog);
    56     iProgress = new HbProgressDialog(HbProgressDialog::WaitDialog);
    57     iProgress->setText(hbTrId("txt_device_update_setlabel_saving_settings"));
    57     iProgress->setText(hbTrId("txt_deviceupdate_dblist_config_set_val_saving"));
    58     iProgress->clearActions();   
    58     iProgress->clearActions();   
    59     iProgress->show();
    59     iProgress->show();
    60 
    60 
    61  }
    61  }
    62 
    62