syncmlfw/ds/syncagent/inc/NSmlDSAgent.h
branchRCL_3
changeset 18 2de6635c154b
parent 9 57a65a3a658c
child 25 b183ec05bd8c
equal deleted inserted replaced
16:915074efc433 18:2de6635c154b
   576 	TBool iAutoRestartInitiatedSync;
   576 	TBool iAutoRestartInitiatedSync;
   577 	//RD_SUSPEND_RESUME
   577 	//RD_SUSPEND_RESUME
   578 	TBool iUpdateLastAnchor;
   578 	TBool iUpdateLastAnchor;
   579 	//For storing Server Status Code
   579 	//For storing Server Status Code
   580 	CRepository* iRepositorySSC;
   580 	CRepository* iRepositorySSC;
       
   581 	CRepository* iErrorReportingRep;
   581 	RArray<TInt>* iServerStatusCodeArray;
   582 	RArray<TInt>* iServerStatusCodeArray;
   582 	TBool iIsExtendedServerErrorCodesSupported;
   583 	TBool iIsExtendedServerErrorCodesSupported;
   583 	};
   584 	};
   584 	
   585 	
   585 typedef CNSmlDSAgent* (*TNSmlCreateDSAgentFunc) ( MSyncMLProgressObserver* aObserver );
   586 typedef CNSmlDSAgent* (*TNSmlCreateDSAgentFunc) ( MSyncMLProgressObserver* aObserver );