applayerprotocols/httpservice/test/httpservicetest/ctesthttpclientstep.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".
    24 class CActiveScheduler;
    24 class CActiveScheduler;
    25 class CHttpClientTransaction;
    25 class CHttpClientTransaction;
    26 class CLocalTestServer;
    26 class CLocalTestServer;
    27 class CHTTPTestUtils;
    27 class CHTTPTestUtils;
    28 class CHttpClientTestParamArray;
    28 class CHttpClientTestParamArray;
       
    29 class CHttpNetworkConnection;
       
    30 class CTestHttpServiceAuthentication;
    29 
    31 
    30 class CTestHttpClientStep : public CTestStep, public MLocalTestServerObserver
    32 class CTestHttpClientStep : public CTestStep, public MLocalTestServerObserver
    31     {
    33     {
    32 public:
    34 public:
    33     CTestHttpClientStep();
    35     CTestHttpClientStep();
    46     CActiveScheduler*   iActiveScheduler;
    48     CActiveScheduler*   iActiveScheduler;
    47     CHttpClientTransaction* iHttpTrans;
    49     CHttpClientTransaction* iHttpTrans;
    48     CHTTPTestUtils*     iTestUtils;
    50     CHTTPTestUtils*     iTestUtils;
    49     CLocalTestServer*   iTestServer;
    51     CLocalTestServer*   iTestServer;
    50     CHttpClientTestParamArray* iTestParamArray;
    52     CHttpClientTestParamArray* iTestParamArray;
       
    53     CTestHttpServiceAuthentication* iTestHttpServiceAuthentication;
       
    54     CHttpNetworkConnection* iHttpConnInfo;
    51     };
    55     };
    52 
    56 
    53 #endif // __CTESTHTTPCLIENTSTEP_H__
    57 #endif // __CTESTHTTPCLIENTSTEP_H__