appinstaller/AppinstUi/Plugin/CommonUI/Src/CUIProgressDialog.cpp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
    38     }
    38     }
    39 
    39 
    40 // Destructor
    40 // Destructor
    41 CCUIProgressDialog::~CCUIProgressDialog()
    41 CCUIProgressDialog::~CCUIProgressDialog()
    42     {
    42     {
    43     
       
    44     if (iSelfPtr) 
    43     if (iSelfPtr) 
    45         {
    44         {
    46         *iSelfPtr = NULL;
    45         *iSelfPtr = NULL;
    47         iSelfPtr = NULL;
    46         iSelfPtr = NULL;
    48         }
    47         }
    49     
       
    50     }
    48     }
    51 
    49 
    52 // ---------------------------------------------------------------------------
    50 // ---------------------------------------------------------------------------
    53 // CCUIProgressDialog::OkToExitL
    51 // CCUIProgressDialog::OkToExitL
    54 // called by framework when the Softkey is pressed.
    52 // called by framework when the Softkey is pressed.