userlibandfileserver/fileserver/shostmassstorage/server/controller/cusbhostmsdevicethread.cpp
changeset 33 0173bcd7697c
parent 31 56f325a607ea
child 97 41f0cfe18c80
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
   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 	{