applayerprotocols/httpservice/test/httpservicetest/ctesthttpclientstep.h
branchRCL_3
changeset 7 2611c08ee28e
parent 5 337070b4fa18
child 19 c0c2f28ace9c
--- a/applayerprotocols/httpservice/test/httpservicetest/ctesthttpclientstep.h	Mon Mar 15 12:42:40 2010 +0200
+++ b/applayerprotocols/httpservice/test/httpservicetest/ctesthttpclientstep.h	Wed Mar 31 22:32:15 2010 +0300
@@ -26,6 +26,7 @@
 class CLocalTestServer;
 class CHTTPTestUtils;
 class CHttpClientTestParamArray;
+class CHttpNetworkConnection;
 class CTestHttpServiceAuthentication;
 
 class CTestHttpClientStep : public CTestStep, public MLocalTestServerObserver
@@ -50,6 +51,7 @@
     CLocalTestServer*   iTestServer;
     CHttpClientTestParamArray* iTestParamArray;
     CTestHttpServiceAuthentication* iTestHttpServiceAuthentication;
+    CHttpNetworkConnection* iHttpConnInfo;
     };
 
 #endif // __CTESTHTTPCLIENTSTEP_H__