equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
74 // |
74 // |
75 void CBtsacAborting::HandleGavdpErrorL(TInt aError) |
75 void CBtsacAborting::HandleGavdpErrorL(TInt aError) |
76 { |
76 { |
77 TRACE_FUNC |
77 TRACE_FUNC |
78 Parent().CompletePendingRequests(KCompleteAllReqs, aError); |
78 Parent().CompletePendingRequests(KCompleteAllReqs, aError); |
79 Parent().ChangeStateL(CBtsacListening::NewL(Parent(), EGavdpResetReasonGeneral, KErrDisconnected)); |
79 Parent().ChangeStateL(CBtsacListening::NewL(Parent(), EResetGavdp, KErrDisconnected)); |
80 } |
80 } |
81 |
81 |
82 // End of File |
82 // End of File |