~phablet-team/telephony-service/disable_pa_on_tests

« back to all changes in this revision

Viewing changes to handler/handlerdbus.h

  • Committer: Gustavo Pichorim Boiko
  • Date: 2017-01-04 11:48:40 UTC
  • mfrom: (1211.3.6 telephony-service)
  • Revision ID: gustavo.boiko@canonical.com-20170104114840-d4gavruio7uolpnv
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    bool IsReady();
51
51
    bool callIndicatorVisible() const;
52
52
    void setCallIndicatorVisible(bool visible);
 
53
    // configuration related
 
54
    ProtocolList GetProtocols();
53
55
 
54
56
    QString registerObject(QObject *object, const QString &path);
55
57
    void unregisterObject(const QString &path);
89
91
    void CallIndicatorVisibleChanged(bool visible);
90
92
    void ConferenceCallRequestFinished(bool succeeded);
91
93
    void CallHoldingFailed(const QString &objectPath);
 
94
    void ProtocolsChanged(const ProtocolList &protocols);
92
95
 
93
96
private:
94
97
    bool mCallIndicatorVisible;