radioapp/radioenginewrapper/src/radioenginewrapperobserver.cpp
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 28 075425b8d9a4
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
    45  */
    45  */
    46 void RadioEngineWrapperObserver::rdsAvailabilityChanged( bool available )
    46 void RadioEngineWrapperObserver::rdsAvailabilityChanged( bool available )
    47 {
    47 {
    48     // Default implementation does nothing
    48     // Default implementation does nothing
    49     Q_UNUSED( available );
    49     Q_UNUSED( available );
       
    50 }
       
    51 
       
    52 /*!
       
    53  *
       
    54  */
       
    55 void RadioEngineWrapperObserver::increaseVolume()
       
    56 {
       
    57     // Default implementation does nothing
       
    58 }
       
    59 
       
    60 /*!
       
    61  *
       
    62  */
       
    63 void RadioEngineWrapperObserver::decreaseVolume()
       
    64 {
       
    65     // Default implementation does nothing
    50 }
    66 }
    51 
    67 
    52 /*!
    68 /*!
    53  *
    69  *
    54  * @param volume
    70  * @param volume