mtpfws/mtpfw/dataproviders/dputility/src/cmtpsendobjectinfo.cpp
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
child 12 8b094906a049
child 18 1b39655331a3
equal deleted inserted replaced
0:d0791faffa3f 17:aabe5387f5ce
   363             iProgress = EObjectNone;
   363             iProgress = EObjectNone;
   364             }
   364             }
   365         }
   365         }
   366     else 
   366     else 
   367         {
   367         {
   368         Panic(EMTPDpSendObjectStateInvalid);
   368         User::Leave( KErrGeneral );
   369         }
   369         }
   370     __FLOG(_L8("CheckSendingState - Exit"));
   370     __FLOG(_L8("CheckSendingState - Exit"));
   371     return result;    
   371     return result;    
   372     }
   372     }
   373 
   373