userlibandfileserver/fileserver/shostmassstorage/server/controller/cusbhostmsdevicethread.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
   255 :	CActive(EPriorityStandard),
   255 :	CActive(EPriorityStandard),
   256     iUsbHostMsSession(aUsbHostMsSession),
   256     iUsbHostMsSession(aUsbHostMsSession),
   257     iQueueFull(EFalse)
   257     iQueueFull(EFalse)
   258 	{
   258 	{
   259     __MSFNLOG
   259     __MSFNLOG
   260     TBuf<30> nameBuf;
   260     TBuf<32> nameBuf;
   261     nameBuf.Format(_L("Host Ms ThreadMutex%d"), aToken);
   261     nameBuf.Format(_L("Host Ms ThreadMutex%8x"), aToken);
   262 	iMutex.CreateGlobal(nameBuf,EOwnerProcess);
   262 	iMutex.CreateGlobal(nameBuf,EOwnerProcess);
   263 	}
   263 	}
   264 
   264 
   265 CUsbHostMsDeviceThread::~CUsbHostMsDeviceThread()
   265 CUsbHostMsDeviceThread::~CUsbHostMsDeviceThread()
   266 	{
   266 	{