applayerpluginsandutils/httpprotocolplugins/httpclient/chttpclienttransaction.h
branchRCL_3
changeset 53 c59bddbfd7b9
parent 40 a0da872af3fa
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    34 
    34 
    35 	void IncRetryCount ();
    35 	void IncRetryCount ();
    36 	TBool RetryNeeded ();
    36 	TBool RetryNeeded ();
    37     TBool NeedDisconnectNotification () const;
    37     TBool NeedDisconnectNotification () const;
    38     TBool PropogateDefaultError() const;
    38     TBool PropogateDefaultError() const;
    39     
    39 
    40 public:	// methods from CProtTransaction
    40 public:	// methods from CProtTransaction
    41 
    41 
    42 	virtual void CreateTxDataL();
    42 	virtual void CreateTxDataL();
    43 	virtual void CreateRxDataL(MRxDataObserver& aObserver);
    43 	virtual void CreateRxDataL(MRxDataObserver& aObserver);
    44 	
    44