mtptransports/mtpusbtransport/usbsic_imp/src/cmtpusbconnection.cpp
changeset 35 c4c427c00f31
parent 31 a26669f87b46
child 49 c20dd21d1eb4
equal deleted inserted replaced
31:a26669f87b46 35:c4c427c00f31
  1682         __FLOG(_L8("Notifying protocol layer connection closed"));
  1682         __FLOG(_L8("Notifying protocol layer connection closed"));
  1683         ret = iConnectionMgr->ConnectionClosed(*this);
  1683         ret = iConnectionMgr->ConnectionClosed(*this);
  1684         SetBulkTransactionState(EUndefined);
  1684         SetBulkTransactionState(EUndefined);
  1685         SetConnectionState(EIdle);
  1685         SetConnectionState(EIdle);
  1686         SetSuspendState(ENotSuspended);
  1686         SetSuspendState(ENotSuspended);
       
  1687 		iMTPSessionId = KMTPSessionNone;
  1687         }
  1688         }
  1688     
  1689     
  1689     __FLOG(_L8("StopConnection - Exit"));
  1690     __FLOG(_L8("StopConnection - Exit"));
  1690     
  1691     
  1691     return ret;
  1692     return ret;