diff -r 5f1cd966e0d9 -r c0c2f28ace9c applayerprotocols/httptransportfw/Test/testfilter/testhttpfilter.cpp --- a/applayerprotocols/httptransportfw/Test/testfilter/testhttpfilter.cpp Thu Aug 19 10:27:19 2010 +0300 +++ b/applayerprotocols/httptransportfw/Test/testfilter/testhttpfilter.cpp Tue Aug 31 15:44:10 2010 +0300 @@ -18,17 +18,15 @@ #include #include #include -//#include //for base64 en/decoding #include #include #include #include -#include +#include //for base64 en/decoding #include "testhttpfilter.h" _LIT8( KTESTHTTPFilterName, "TestHttp"); _LIT8( KAuthenticationInfoStr, "Authentication-Info" ); _LIT8( KUserAgentProductToken,"3gpp-gba"); -_LIT8( KColon, ":" ); const TInt KB64KeySize = 64; _LIT(KTestHttpFilter, "TEST HTTP FILTER "); @@ -243,7 +241,6 @@ TInt headerPart=0; THTTPHdrVal headerVal; - TInt cred = KErrNotFound; RStringF wwwAuthHeader = iStringPool.StringF(HTTP::EWWWAuthenticate,RHTTPSession::GetTable()); RHTTPHeaders headers(aTrans.Response().GetHeaderCollection()); @@ -320,8 +317,6 @@ if(!found) hdr.SetFieldL(fieldname, iUserAgent); - TInt cred = KErrNotFound; - if( iHaveCredentials ) { TBuf8 keyBase64(_L8("Aladdin"));