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". |
160 // Continue command receiving |
160 // Continue command receiving |
161 // Wait for next commands |
161 // Wait for next commands |
162 StartCommandReceiving(); |
162 StartCommandReceiving(); |
163 |
163 |
164 } |
164 } |
|
165 |
|
166 // ----------------------------------------------------------------------------- |
|
167 // CMediatorCommandResponderBody::RunError |
|
168 // This will be called when there is a leave from ResetDataBufferL() |
|
169 // |
|
170 // ----------------------------------------------------------------------------- |
|
171 // |
|
172 #ifdef _DEBUG |
|
173 TInt CMediatorCommandResponderBody::RunError( TInt aError ) |
|
174 #else |
|
175 TInt CMediatorCommandResponderBody::RunError( TInt /*aError*/ ) |
|
176 #endif //_DEBUG |
|
177 { |
|
178 ERROR_TRACE(Print(_L("[Mediator Server]\t CMediatorCommandResponderBody::RunError called with Error %d\n"), aError )); |
|
179 //Ignore the error |
|
180 return KErrNone; |
|
181 } |
165 |
182 |
166 // ----------------------------------------------------------------------------- |
183 // ----------------------------------------------------------------------------- |
167 // CMediatorCommandResponderBody::RegisterCommandL |
184 // CMediatorCommandResponderBody::RegisterCommandL |
168 // Register a command category. |
185 // Register a command category. |
169 // (other items were commented in a header). |
186 // (other items were commented in a header). |