diff -r 915074efc433 -r 2de6635c154b syncmlfw/ds/syncagent/inc/NSmlDSCmds.h --- a/syncmlfw/ds/syncagent/inc/NSmlDSCmds.h Tue May 11 16:59:53 2010 +0300 +++ b/syncmlfw/ds/syncagent/inc/NSmlDSCmds.h Tue May 25 13:36:17 2010 +0300 @@ -216,6 +216,15 @@ * @param aFinal ETrue if this is the last message from the client. */ void DoEndMessageL( TBool aFinal ); + + /** + * Checks if received Alert Code is a sync type and tries to convert + * it to Sync Type (TSmlSyncType). If conversion is succesful, the + * value is stored into Cenrep file (KCRUidOperatorDatasyncInternalKeys). + * @param aAlertCode received alert code. + */ + void StoreSyncType( const TDes8& aAlertCode ); + private: // constructors and operators /**