iaupdate/IAD/api/client/src/iaupdatemanager.cpp
branchRCL_3
changeset 73 79647526f98c
parent 66 8b7f4e561641
child 81 42552535c1ac
equal deleted inserted replaced
70:e8965914fac7 73:79647526f98c
   385     // Use the update type of the ongoing operation to check what callback
   385     // Use the update type of the ongoing operation to check what callback
   386     // function to call.
   386     // function to call.
   387     switch ( updateType )
   387     switch ( updateType )
   388         {
   388         {
   389         case EIAUpdateStartServer:
   389         case EIAUpdateStartServer:
   390             if ( errorCode == KErrNone )
   390             if ( errorCode == KErrNone || errorCode == KErrAlreadyExists )
   391                 {
   391                 {
   392                 CheckUpdatesContinue();            
   392                 CheckUpdatesContinue();            
   393                 }
   393                 }
   394             else
   394             else
   395                 {
   395                 {