applayerprotocols/httpservice/test/httpservicetest/ctesthttpclientstep.h
changeset 19 2f328ce1b263
parent 0 b16258d2340f
--- a/applayerprotocols/httpservice/test/httpservicetest/ctesthttpclientstep.h	Fri May 14 16:23:37 2010 +0300
+++ b/applayerprotocols/httpservice/test/httpservicetest/ctesthttpclientstep.h	Thu May 27 13:21:53 2010 +0300
@@ -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"
@@ -26,6 +26,8 @@
 class CLocalTestServer;
 class CHTTPTestUtils;
 class CHttpClientTestParamArray;
+class CHttpNetworkConnection;
+class CTestHttpServiceAuthentication;
 
 class CTestHttpClientStep : public CTestStep, public MLocalTestServerObserver
     {
@@ -48,6 +50,8 @@
     CHTTPTestUtils*     iTestUtils;
     CLocalTestServer*   iTestServer;
     CHttpClientTestParamArray* iTestParamArray;
+    CTestHttpServiceAuthentication* iTestHttpServiceAuthentication;
+    CHttpNetworkConnection* iHttpConnInfo;
     };
 
 #endif // __CTESTHTTPCLIENTSTEP_H__