diff -r 2af57effcf41 -r 0713fb089b10 applayerprotocols/httpservice/test/httpservicetest/chttpclienttestparams.h --- a/applayerprotocols/httpservice/test/httpservicetest/chttpclienttestparams.h Thu Jun 17 12:05:02 2010 +0100 +++ b/applayerprotocols/httpservice/test/httpservicetest/chttpclienttestparams.h Thu Jul 22 16:38:27 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -122,6 +122,8 @@ const TDesC8& Uri() const; const TDesC8& RawRequest() const; const TDesC8& RawResponse() const; + const TDesC8& EncodedAuthenticationRequest() const; + void SetAuthReqRes(); const TDesC8& ResponseBody() const; const RPointerArray& HeaderInfos() const { @@ -151,6 +153,7 @@ TBool ResponseTimeoutEnable() const; TBool IsRedirecting() const; TBool TransferProgress() const; + TBool IsAuthenticationReqd() const; const TDesC8& RequestBody() const { @@ -194,6 +197,8 @@ HBufC8* iUri; HBufC8* iRawRequest; HBufC8* iRawResponse; + HBufC8* iEncodedAuthenticationRequest; + HBufC8* iFinalResponse; HBufC8* iResponseBody; HBufC8* iRequestBody; TInt iExpectedError; @@ -205,6 +210,7 @@ TBool iResponseTimeout; TBool iRedirection; TBool iNotifyTransferProgress; + TBool iSetAuthentication; HBufC8* iProxyAddress; };