applayerprotocols/httpservice/inc/chttpclienttransaction.h
changeset 19 2f328ce1b263
parent 0 b16258d2340f
equal deleted inserted replaced
16:cb0c8a2aff2d 19:2f328ce1b263
     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".
    88 	virtual void OnError(TInt aError) =0;
    88 	virtual void OnError(TInt aError) =0;
    89 	IMPORT_C virtual void OnWarning(TInt aWarning);
    89 	IMPORT_C virtual void OnWarning(TInt aWarning);
    90 	
    90 	
    91 	private:
    91 	private:
    92 	// Reserved for future use.
    92 	// Reserved for future use.
    93 	inline virtual void Reserved();
    93 	inline virtual void Reserved1();
    94 	inline virtual void Reserved2();
    94 	inline virtual void Reserved2();
    95 	
    95 	
    96 	protected:
    96 	protected:
    97 	IMPORT_C CHttpClientTransaction();
    97 	IMPORT_C CHttpClientTransaction();
    98 	
    98 	
    99 	
    99 	
   100 	private:		
   100 	private:		
   101 	CHttpClientTransactionImpl* iHttpClientTrans;
   101 	CHttpClientTransactionImpl* iHttpClientTrans;
   102 	};
   102 	};
   103 
   103 
   104 // Reserved for future use.
   104 inline void CHttpClientTransaction::Reserved1()
   105 inline void CHttpClientTransaction::Reserved()
   105     {
   106 	{
   106     }
   107 	}
   107 
   108 	
       
   109 inline void CHttpClientTransaction::Reserved2()
   108 inline void CHttpClientTransaction::Reserved2()
   110 	{
   109 	{
   111 	}
   110 	}
   112 	
   111 	
   113 #endif // __CHTTPCLIENTTRANSACTION_H__
   112 #endif // __CHTTPCLIENTTRANSACTION_H__