~mterry/telephony-service/start-on

« back to all changes in this revision

Viewing changes to handler/tests/mock/mockconnectiondbus.h

  • Committer: CI bot
  • Author(s): Gustavo Pichorim Boiko
  • Date: 2014-04-02 12:41:29 UTC
  • mfrom: (765.2.24 telephony-service-conf_call)
  • Revision ID: ps-jenkins@lists.canonical.com-20140402124129-oywt8u6u9f4253bg
Add support for handling conference calls. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    void CallReceived(const QString &callerId);
44
44
    void CallEnded(const QString &callerId);
45
45
    void CallStateChanged(const QString &callerId, const QString &objectPath, const QString &state);
 
46
    void ConferenceCreated(const QString &objectPath);
 
47
    void ChannelMerged(const QString &objectPath);
 
48
    void ChannelSplitted(const QString &objectPath);
46
49
 
47
50
private:
48
51
    MockConnectionAdaptor *mAdaptor;