diff -r 8a984d260a2d -r 3f0699f2e14c resourceinterfaces/fmtransmittercontrol/inc/HWRMFmTx.h --- a/resourceinterfaces/fmtransmittercontrol/inc/HWRMFmTx.h Tue Oct 12 15:02:43 2010 +0300 +++ b/resourceinterfaces/fmtransmittercontrol/inc/HWRMFmTx.h Thu Oct 14 12:47:54 2010 +0300 @@ -179,7 +179,8 @@ * @exception KErrInUse if reserved by another client * KErrNotSupported if RSSI scanning is unsupported * KErrGeneral if there is a hardware error - * KErrNotReady if FM Tx is not enabled + * KErrNotReady if there is a wired accessory conflict. Some + * accessories are mutually exclusive with FM Tx. */ virtual void GetNextClearFrequencyL(TInt& aClearFrequency) = 0; @@ -198,7 +199,8 @@ * KErrArgument If aCount is out of range * KErrNotSupported if RSSI scanning is unsupported * KErrGeneral if there is a hardware error - * KErrNotReady if FM Tx is not enabled + * KErrNotReady if there is a wired accessory conflict. Some + * accessories are mutually exclusive with FM Tx. */ virtual void GetNextClearFrequencyL(TClearFrequencyArray& aClearFrequencyArray, TUint& aCount) = 0; @@ -247,7 +249,8 @@ * @exception KErrInUse if reserved by another client. * KErrNotSupported if RSSI scanning is unsupported * KErrGeneral if there is a hardware error. - * KErrNotReady if FM Tx is not enabled + * KErrNotReady if there is a wired accessory conflict. Some + * accessories are mutually exclusive with FM Tx. */ virtual void SetNextClearFrequencyL(TInt& aClearFrequency) = 0;