syncmlfw/common/http/inc/nsmlhttpclient.h
changeset 63 e0c1916b8ddc
parent 0 b497e44ab2fc
child 62 19bba8228ff0
--- a/syncmlfw/common/http/inc/nsmlhttpclient.h	Wed Aug 18 10:39:36 2010 +0300
+++ b/syncmlfw/common/http/inc/nsmlhttpclient.h	Thu Sep 02 21:22:11 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;