syncmlfw/ds/settings/inc/nsmldssettings.h
branchRCL_3
changeset 61 b183ec05bd8c
parent 30 2de6635c154b
child 62 19bba8228ff0
equal deleted inserted replaced
59:13d7c31c74e0 61:b183ec05bd8c
   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  );
       
   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         
   373         
   393         /**
   374         /**
   394 		* Parse xml 
   375 		* Parse xml 
   395 		* @param - whether data has to be restored from existing database
   376 		* @param - whether data has to be restored from existing database
   396 		* @return -
   377 		* @return -