syncmlfw/common/http/inc/nsmlhttpclient.h
branchRCL_3
changeset 61 b183ec05bd8c
parent 0 b497e44ab2fc
child 62 19bba8228ff0
--- a/syncmlfw/common/http/inc/nsmlhttpclient.h	Thu Aug 19 10:44:50 2010 +0300
+++ b/syncmlfw/common/http/inc/nsmlhttpclient.h	Tue Aug 31 16:04:06 2010 +0300
@@ -40,6 +40,8 @@
 		KCouldNotNotifyBodyDataPart
 	};
 
+// FORWARD DECLARATIONS
+class CRepository;
 
 //============================================================
 // Class CHttpEventHandler declaration
@@ -64,6 +66,9 @@
 private:
 	CNSmlHTTP* iAgent;
 	MHTTPDataSupplier* iRespBody;
+	//For storing Server Status Code
+	CRepository* iRepositorySSC;
+	TBool iErrorReportingEnabled;
 
 private:
 	friend class CNSmlHTTP;