equal
deleted
inserted
replaced
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 { |