mediakeys/MMKeyBearer/src/MMKeyBearerImplementation.cpp
branchRCL_3
changeset 82 4610cd70c542
parent 63 c2c61fdca848
equal deleted inserted replaced
70:739cef680932 82:4610cd70c542
   340     FUNC_LOG;
   340     FUNC_LOG;
   341 
   341 
   342     INFO_3( "Received key: enumValue = %d, keyType = %d, usbFileTransfer = %d",
   342     INFO_3( "Received key: enumValue = %d, keyType = %d, usbFileTransfer = %d",
   343         aEnumValue, aKeyType, iUSBFileTransfer );
   343         aEnumValue, aKeyType, iUSBFileTransfer );
   344 
   344 
   345 	//Start the listener once again
   345     //Start the listener once again
   346     if (aKeyType == ESideVolumeKeys)
   346     if (aKeyType == ESideVolumeKeys)
   347         {
   347         {
   348         iMMKeyBearerObserver->Start();
   348         iMMKeyBearerObserver->Start();
   349         }
   349         }
   350 
   350