~ubuntu-branches/ubuntu/wily/aria2/wily-proposed

« back to all changes in this revision

Viewing changes to src/BtNotInterestedMessage.h

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-05-06 15:03:54 UTC
  • mfrom: (2.5.18 sid)
  • Revision ID: package-import@ubuntu.com-20130506150354-jt3mjk1q1ukmn0go
Tags: 1.17.0-1
* New upstream release.
* debian/control:
  + Set priority to optional from extra (Closes: #697659).

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
  virtual bool sendPredicate() const;
62
62
 
63
 
  virtual void onSendComplete();
 
63
  virtual ProgressUpdate* getProgressUpdate();
64
64
 
65
65
  void setPeerStorage(const SharedHandle<PeerStorage>& peerStorage);
66
66
};