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". |
151 |
151 |
152 /** |
152 /** |
153 * From CActive::DoCancel() |
153 * From CActive::DoCancel() |
154 */ |
154 */ |
155 void DoCancel(); |
155 void DoCancel(); |
|
156 |
|
157 /** |
|
158 * From CActive::RunError() |
|
159 */ |
|
160 TInt RunError( TInt aError ); |
156 |
161 |
157 private: // new functions |
162 private: // new functions |
158 |
163 |
159 /** |
164 /** |
160 * Start to receive commands asynchronously |
165 * Start to receive commands asynchronously |