applayerprotocols/httpservice/test/httpservicetest/ctesthttpserviceauthentication.cpp
branchRCL_3
changeset 19 c0c2f28ace9c
parent 12 f21293830889
child 20 a0da872af3fa
equal deleted inserted replaced
18:5f1cd966e0d9 19:c0c2f28ace9c
     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".
    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 
    19 _LIT(KAuthURL, "Passing credentials for URL %S, realm %S\n");
       
    20 _LIT(KAuthType, "Using %S authentication\n");
       
    21   
    20 CTestHttpServiceAuthentication::~CTestHttpServiceAuthentication()
    22 CTestHttpServiceAuthentication::~CTestHttpServiceAuthentication()
    21     {  
    23     {  
    22     }
    24     }
    23     
    25     
    24 CTestHttpServiceAuthentication::CTestHttpServiceAuthentication()
    26 CTestHttpServiceAuthentication::CTestHttpServiceAuthentication()