mtpfws/mtpfw/src/cmtpconnection.cpp
changeset 20 6e82ae192c3a
parent 17 aabe5387f5ce
child 22 a5c0bb5018eb
equal deleted inserted replaced
18:1b39655331a3 20:6e82ae192c3a
   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.