radioengine/utils/api/cradiosystemeventcollector.h
changeset 28 075425b8d9a4
parent 13 46974bebc798
child 54 a8ba0c289b44
equal deleted inserted replaced
24:6df133bd92e1 28:075425b8d9a4
    77      *
    77      *
    78      * @return
    78      * @return
    79      */
    79      */
    80     virtual TBool IsHeadsetConnectedL() const = 0;
    80     virtual TBool IsHeadsetConnectedL() const = 0;
    81 
    81 
    82     /**
       
    83      * Returns current Voice UI state.
       
    84      *
       
    85      * @return ETrue if Voice UI is active, EFalse otherwise
       
    86      */
       
    87     virtual TBool IsVoiceUiActive() const = 0;
       
    88 
       
    89     };
    82     };
    90 
    83 
    91 #endif // CRADIOSYSTEMEVENTCOLLECTOR_H
    84 #endif // CRADIOSYSTEMEVENTCOLLECTOR_H