equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 - 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". |
91 |
91 |
92 /** |
92 /** |
93 * From CActive::DoCancel() |
93 * From CActive::DoCancel() |
94 */ |
94 */ |
95 void DoCancel(); |
95 void DoCancel(); |
|
96 |
|
97 /** |
|
98 * From CActive::RunError() |
|
99 */ |
|
100 TInt RunError( TInt aError ); |
96 |
101 |
97 private: // new functions |
102 private: // new functions |
98 /** |
103 /** |
99 * Start to wait command response asynchronously |
104 * Start to wait command response asynchronously |
100 * |
105 * |