mtpfws/mtpfw/dataproviders/dputility/src/cmtpsendobjectinfo.cpp
branchRCL_3
changeset 2 4843bb5893b6
parent 0 d0791faffa3f
child 3 8b094906a049
equal deleted inserted replaced
1:f8e15b44d440 2:4843bb5893b6
   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