ncdengine/engine/transport/src/catalogshttptransactionmanagerimpl.cpp
changeset 64 48c14c385b0e
parent 0 ba25891c3a9e
child 66 8b7f4e561641
equal deleted inserted replaced
58:67f2119dc623 64:48c14c385b0e
     1 /*
     1 /*
     2 * Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-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".
   458 // ---------------------------------------------------------------------------
   458 // ---------------------------------------------------------------------------
   459 //            
   459 //            
   460 TInt CCatalogsHttpTransactionManager::StartOperation( 
   460 TInt CCatalogsHttpTransactionManager::StartOperation( 
   461     MCatalogsHttpOperation* aOperation )
   461     MCatalogsHttpOperation* aOperation )
   462     {        
   462     {        
   463     return iManager.StartOperation( aOperation );
   463     return iManager.StartOperation( aOperation, ETrue );
   464     }
   464     }
   465 
   465 
   466 
   466 
   467 // ---------------------------------------------------------------------------
   467 // ---------------------------------------------------------------------------
   468 // Complete the download and resume a transaction from the queue if any
   468 // Complete the download and resume a transaction from the queue if any