iaupdate/IAD/api/client/src/iaupdateclient.cpp
branchRCL_3
changeset 70 e8965914fac7
parent 66 8b7f4e561641
child 73 79647526f98c
equal deleted inserted replaced
66:8b7f4e561641 70:e8965914fac7
   141 //
   141 //
   142 void RIAUpdateClient::Close()
   142 void RIAUpdateClient::Close()
   143     {
   143     {
   144     IAUPDATE_TRACE("[IAUPDATE] RIAUpdateClient::Close() begin");
   144     IAUPDATE_TRACE("[IAUPDATE] RIAUpdateClient::Close() begin");
   145     // Let the parent handle closing.
   145     // Let the parent handle closing.
   146     RAknAppServiceBase::Close();
   146     REikAppServiceBase::Close();
   147     iConnected = EFalse;
   147     iConnected = EFalse;
   148     delete iData;
   148     delete iData;
   149     iData = NULL;
   149     iData = NULL;
   150     IAUPDATE_TRACE("[IAUPDATE] RIAUpdateClient::Close() end");
   150     IAUPDATE_TRACE("[IAUPDATE] RIAUpdateClient::Close() end");
   151     }
   151     }