bluetoothengine/btmac/src/BTMonoCmdHandler/btmcphonestatus.cpp
branchRCL_3
changeset 8 0707dd69d236
parent 0 f63038272f30
child 22 613943a21004
equal deleted inserted replaced
6:6a29d5ad0713 8:0707dd69d236
   300         default:
   300         default:
   301             break;
   301             break;
   302         }
   302         }
   303     }
   303     }
   304 
   304 
   305 TInt CBtmcPhoneStatus::GetVolumeStatus()
       
   306 	{
       
   307 	if(iVol)
       
   308 		return iVol->GetVolume();
       
   309 	else
       
   310 		return 0;
       
   311 	}
       
   312 
       
   313 // -----------------------------------------------------------------------------
   305 // -----------------------------------------------------------------------------
   314 // CBtmcPhoneStatus::CBtmcPhoneStatus
   306 // CBtmcPhoneStatus::CBtmcPhoneStatus
   315 // -----------------------------------------------------------------------------
   307 // -----------------------------------------------------------------------------
   316 CBtmcPhoneStatus::CBtmcPhoneStatus(
   308 CBtmcPhoneStatus::CBtmcPhoneStatus(
   317     CBtmcProtocol& aProtocol, RMobilePhone& aPhone)
   309     CBtmcProtocol& aProtocol, RMobilePhone& aPhone)