mediator/src/Client/MediatorCommandInitiatorBody.cpp
branchRCL_3
changeset 10 1fc153c72b60
parent 0 4e1aa6a622a0
equal deleted inserted replaced
8:6bb05bdcbe09 10:1fc153c72b60
     1 /*
     1 /*
     2 * Copyright (c) 2005-2007 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".
   170                                      *iCommandData );                                  
   170                                      *iCommandData );                                  
   171         }
   171         }
   172     }
   172     }
   173 
   173 
   174 // -----------------------------------------------------------------------------
   174 // -----------------------------------------------------------------------------
       
   175 // CMediatorCommandInitiatorBody::RunError
       
   176 // This will be called when there is a leave from ResetDataBufferL() or CommandResponseL() from RunL
       
   177 // 
       
   178 // -----------------------------------------------------------------------------
       
   179 //
       
   180 #ifdef _DEBUG
       
   181 TInt CMediatorCommandInitiatorBody::RunError( TInt aError )
       
   182 #else
       
   183 TInt CMediatorCommandInitiatorBody::RunError( TInt /*aError*/ )
       
   184 #endif //_DEBUG
       
   185 	{
       
   186 	ERROR_TRACE(Print(_L("[Mediator Server]\t CMediatorCommandInitiatorBody::RunError called with Error %d\n"), aError ));
       
   187 	//Ignore the error.
       
   188 	return KErrNone;
       
   189 	}
       
   190 
       
   191 // -----------------------------------------------------------------------------
   175 // CMediatorCommandInitiatorBody::WaitForCommandResponse
   192 // CMediatorCommandInitiatorBody::WaitForCommandResponse
   176 //  
   193 //  
   177 // (other items were commented in a header).
   194 // (other items were commented in a header).
   178 // -----------------------------------------------------------------------------
   195 // -----------------------------------------------------------------------------
   179 //
   196 //