radioapp/radiopresetstorage/inc/radiostationif.h
changeset 41 3a6b55c6390c
parent 24 6df133bd92e1
equal deleted inserted replaced
33:11b6825f0862 41:3a6b55c6390c
    50     virtual void setFavorite( bool favorite ) = 0;
    50     virtual void setFavorite( bool favorite ) = 0;
    51 
    51 
    52     virtual bool isLocalStation() const = 0;
    52     virtual bool isLocalStation() const = 0;
    53     virtual void setLocalStation( bool localStation ) = 0;
    53     virtual void setLocalStation( bool localStation ) = 0;
    54 
    54 
       
    55     virtual bool hasStationSentRds() const = 0;
       
    56     virtual void setStationHasSentRds( bool hasSentRds ) = 0;
       
    57 
    55 };
    58 };
    56 
    59 
    57 
    60 
    58 #endif // RADIOSTATIONIF_H_
    61 #endif // RADIOSTATIONIF_H_