applayerprotocols/httpservice/test/httpservicetest/ctesthttpserviceauthentication.cpp
branchRCL_3
changeset 40 a0da872af3fa
parent 39 c0c2f28ace9c
equal deleted inserted replaced
39:c0c2f28ace9c 40:a0da872af3fa
     1 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2009 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".
    14 //
    14 //
    15 #include <e32base.h>
    15 #include <e32base.h>
    16 #include <f32file.h>  
    16 #include <f32file.h>  
    17 #include "ctesthttpserviceauthentication.h"
    17 #include "ctesthttpserviceauthentication.h"
    18 
    18 
    19 _LIT(KAuthURL, "Passing credentials for URL %S, realm %S\n");
    19 
    20 _LIT(KAuthType, "Using %S authentication\n");
       
    21   
       
    22 CTestHttpServiceAuthentication::~CTestHttpServiceAuthentication()
    20 CTestHttpServiceAuthentication::~CTestHttpServiceAuthentication()
    23     {  
    21     {  
    24     }
    22     }
    25     
    23     
    26 CTestHttpServiceAuthentication::CTestHttpServiceAuthentication()
    24 CTestHttpServiceAuthentication::CTestHttpServiceAuthentication()