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