mtpfws/mtpfw/src/cmtpconnection.cpp
branchRCL_3
changeset 4 60a94a45d437
parent 2 4843bb5893b6
child 6 ef55b168cedb
equal deleted inserted replaced
3:8b094906a049 4:60a94a45d437
   778     {
   778     {
   779     __FLOG(_L8("UnrecoverableMTPError - Entry"));
   779     __FLOG(_L8("UnrecoverableMTPError - Entry"));
   780     SetState(EStateErrorShutdown);
   780     SetState(EStateErrorShutdown);
   781     PublishConnState(EDisconnectedFromHost);		
   781     PublishConnState(EDisconnectedFromHost);		
   782     iTransportConnection->CloseConnection();
   782     iTransportConnection->CloseConnection();
   783     __FLOG(_L8("UnrecoverableMTPError - Entry"));
   783     __FLOG(_L8("UnrecoverableMTPError - Exit"));
   784     }
   784     }
   785 
   785 
   786 /**
   786 /**
   787 Signals the MTP connection transport to terminate any in-progress data phase 
   787 Signals the MTP connection transport to terminate any in-progress data phase 
   788 processing on the specified session.
   788 processing on the specified session.