bluetoothengine/btaudioman/src/basrvaccstateattached.cpp
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
child 22 613943a21004
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Implementation of Connected state.
    14 * Description:  Implementation of Connected state.
    15 *  Version     : %version: 20 %
    15 *  Version     : %version: 21 %
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
   383         Parent().AccMan().PluginMan().Plugin(ERemConTG)->CancelConnectToAccessory(AccInfo().iAddr);
   383         Parent().AccMan().PluginMan().Plugin(ERemConTG)->CancelConnectToAccessory(AccInfo().iAddr);
   384         }
   384         }
   385     }
   385     }
   386 
   386 
   387 CBasrvAccStateAttached::CBasrvAccStateAttached(CBasrvAcc& aParent, TBool aShowNote)
   387 CBasrvAccStateAttached::CBasrvAccStateAttached(CBasrvAcc& aParent, TBool aShowNote)
   388     : CBasrvAccState(aParent, NULL), iShowNote(aShowNote)
   388     : CBasrvAccState(aParent), iShowNote(aShowNote)
   389     {
   389     {
   390     }
   390     }
   391 
   391 
   392 void CBasrvAccStateAttached::HandleAccOpenedAudio(TProfiles aProfile)
   392 void CBasrvAccStateAttached::HandleAccOpenedAudio(TProfiles aProfile)
   393     {
   393     {