~ubuntu-branches/ubuntu/natty/ofono-phonesim/natty

« back to all changes in this revision

Viewing changes to src/callmanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2010-11-30 10:01:36 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101130100136-13ieyajrl73z367p
Tags: 1.9-1
* New upstream release.
* debian/: Add files relating to building with git.
* debian/control: Adopt package from Andres. Thanks for your work!
* debian/rules: Port to cdbs to be like the rest of the pkg-telepathy
  packages.
* debian/source/format: Use 3.0 (quilt).
* debian/dirs: Removed.
* debian/docs: Removed.
* debian/copyright: Updated author list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    // Send the next RING indication for incoming calls.
129
129
    void sendNextRing();
130
130
 
 
131
    // Hangup the connected call after xx seconds
 
132
    void hangup();
 
133
 
131
134
private:
132
135
    QList<CallInfo> callList;
133
136
    QTimer *connectTimer;