radioengine/settings/api/mradiosettingssetter.h
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 14 63aabac4416d
parent 28 075425b8d9a4
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
   115      * @param   aRegion     The region's ID to store.
   115      * @param   aRegion     The region's ID to store.
   116      */
   116      */
   117     virtual TInt SetRegionId( TInt aRegion ) = 0;
   117     virtual TInt SetRegionId( TInt aRegion ) = 0;
   118 
   118 
   119     /**
   119     /**
   120      * Stores the RDS alternate frequency search setting
       
   121      *
       
   122      * @param aEnabled ETrue if search is enabled, otherwise EFalse
       
   123      */
       
   124     virtual TInt SetRdsAfSearch( TBool aEnabled ) = 0;
       
   125 
       
   126     /**
       
   127      *
   120      *
   128      */
   121      */
   129     virtual TInt SetNetworkId( const TDesC& aNetworkId ) = 0;
   122     virtual TInt SetNetworkId( const TDesC& aNetworkId ) = 0;
   130 
       
   131     /**
       
   132      *
       
   133      */
       
   134     virtual TInt SetSubscriberId( const TDesC& aSubscriberId ) = 0;
       
   135 
   123 
   136     /**
   124     /**
   137      *
   125      *
   138      */
   126      */
   139     virtual TInt SetCountryCode( const TDesC& aCountryCode ) = 0;
   127     virtual TInt SetCountryCode( const TDesC& aCountryCode ) = 0;