syncmlfw/ds/syncagent/inc/NSmlDSCmds.h
branchRCL_3
changeset 30 2de6635c154b
parent 9 57a65a3a658c
child 61 b183ec05bd8c
equal deleted inserted replaced
28:915074efc433 30:2de6635c154b
   214 		/**
   214 		/**
   215 		* From CNSmlCmdsBase. Generates the end tag of the SyncML element.
   215 		* From CNSmlCmdsBase. Generates the end tag of the SyncML element.
   216 		* @param aFinal ETrue if this is the last message from the client.
   216 		* @param aFinal ETrue if this is the last message from the client.
   217 		*/
   217 		*/
   218 		void DoEndMessageL( TBool aFinal );
   218 		void DoEndMessageL( TBool aFinal );
       
   219 
       
   220 		/**
       
   221 	    * Checks if received Alert Code is a sync type and tries to convert
       
   222 	    * it to Sync Type (TSmlSyncType). If conversion is succesful, the
       
   223 	    * value is stored into Cenrep file (KCRUidOperatorDatasyncInternalKeys).
       
   224 	    * @param aAlertCode received alert code.
       
   225 	    */
       
   226 	    void StoreSyncType( const TDes8& aAlertCode );
       
   227 
   219 		        
   228 		        
   220     private: // constructors and operators
   229     private: // constructors and operators
   221     	/**
   230     	/**
   222     	* C++ constructor.
   231     	* C++ constructor.
   223     	* @param aDSContent Object used to handle datastore specific operations.
   232     	* @param aDSContent Object used to handle datastore specific operations.