ncdengine/engine/transport/inc/catalogshttpsessionmanager.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006 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".
    40         * Starts the operation if there are enough free connections. Otherwise
    40         * Starts the operation if there are enough free connections. Otherwise
    41         * the operation is queued
    41         * the operation is queued
    42         * @param aOperation The operation
    42         * @param aOperation The operation
    43         * @return 
    43         * @return 
    44         */
    44         */
    45         virtual TInt StartOperation( MCatalogsHttpOperation* aOperation, TBool aConnect ) = 0;
    45         virtual TInt StartOperation( MCatalogsHttpOperation* aOperation ) = 0;
    46         virtual TInt PauseOperation( MCatalogsHttpOperation* aOperation ) = 0;
    46         virtual TInt PauseOperation( MCatalogsHttpOperation* aOperation ) = 0;
    47         virtual TInt CompleteOperation( MCatalogsHttpOperation* aOperation ) = 0;
    47         virtual TInt CompleteOperation( MCatalogsHttpOperation* aOperation ) = 0;
    48         
    48         
    49         /**
    49         /**
    50         * The operations priority has changed
    50         * The operations priority has changed