~ps-jenkins/telepathy-ofono/utopic-proposed

« back to all changes in this revision

Viewing changes to ofonotextchannel.h

  • Committer: Tiago Salem Herrmann
  • Date: 2013-12-11 14:52:03 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: tiago.herrmann@canonical.com-20131211145203-qarhg90rntygc1v2
add support for delivery reports

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    Tp::BaseChannelPtr baseChannel();
41
41
    void messageAcknowledged(const QString &id);
42
42
    void mmsReceived(const QString &id, const QVariantMap &properties);
 
43
    void deliveryReportReceived(const QString& messageId, bool success);
43
44
 
44
45
private Q_SLOTS:
45
46
    void onOfonoMessageStateChanged(QString status);
48
49
    void messageRead(const QString &id);
49
50
 
50
51
private:
 
52
    void sendDeliveryReport(const QString &messageId, Tp::DeliveryStatus status);
51
53
    ~oFonoTextChannel();
52
54
    Tp::BaseChannelPtr mBaseChannel;
53
55
    QString mPhoneNumber;