syncmlfw/ds/settings/inc/nsmldssettings.h
branchRCL_3
changeset 11 06f47423ecee
parent 0 b497e44ab2fc
child 18 2de6635c154b
equal deleted inserted replaced
9:57a65a3a658c 11:06f47423ecee
   367 		/**
   367 		/**
   368 		* updates the default profiles
   368 		* updates the default profiles
   369 		* @param -
   369 		* @param -
   370 		* @return -
   370 		* @return -
   371 		*/
   371 		*/
   372         IMPORT_C void UpdateHiddenProfilesL();
   372 		IMPORT_C void UpdateHiddenProfilesL();
       
   373 		
       
   374 		/**
       
   375 		 * Is current profile Operator specific profile.
       
   376 		 * @param aServerId Server Id to compare in Repository value.
       
   377 		 * @return Boolean ETrue if profile is Operator specific profile.
       
   378 		 */
       
   379 		IMPORT_C TBool IsOperatorProfileL( const TDesC& aServerId  );
   373         
   380         
       
   381 		/**
       
   382 		 * SW version of Operator specific profile.
       
   383 		 * @return Software version.
       
   384 		 */
       
   385 		IMPORT_C HBufC8* OperatorProfileSWVValueLC();
       
   386 
       
   387 		/**
       
   388 		 * Mod value of Operator specific profile.
       
   389 		 * @return Mod value.
       
   390 		 */
       
   391 		IMPORT_C HBufC8* OperatorProfileModValueLC();
       
   392         
       
   393 		/**
       
   394 		 * Checks if received Alert Code is a sync type and tries to convert
       
   395 		 * it to Sync Type (TSmlSyncType). If conversion is succesful, the
       
   396 		 * value is stored into Cenrep file (KCRUidOperatorDatasyncInternalKeys).
       
   397 		 * @param aAlertCode received alert code.
       
   398 		 */
       
   399 		IMPORT_C void StoreSyncType( const TDes8& aAlertCode );
       
   400 
   374         /**
   401         /**
   375 		* Parse xml 
   402 		* Parse xml 
   376 		* @param - whether data has to be restored from existing database
   403 		* @param - whether data has to be restored from existing database
   377 		* @return -
   404 		* @return -
   378 		*/
   405 		*/