phonesrv_plat/phone_settings_api/inc/psetcliwrapper.h
changeset 53 25b8d29b7c59
parent 12 ae8abd0db65c
equal deleted inserted replaced
51:12bc758d6a02 53:25b8d29b7c59
    77 
    77 
    78     /**
    78     /**
    79     * Cancels any (and all) request(s).
    79     * Cancels any (and all) request(s).
    80     */
    80     */
    81     void cancelAll();
    81     void cancelAll();
       
    82 
       
    83     /**
       
    84     * Returns reference to CPSetCli
       
    85     */
       
    86     CPsetCli & getCPsetCli() const;
    82     
    87     
    83 signals: // Notify via signals     
    88 signals: // Notify via signals     
    84 
    89 
    85     void handleCliRequesting( bool ongoing, bool interrupted ); 
    90     void handleCliRequesting( bool ongoing, bool interrupted ); 
    86 
    91