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

« back to all changes in this revision

Viewing changes to src/BtUnchokeMessage.h

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry, Patrick Ruckstuhl
  • Date: 2013-09-22 18:52:14 UTC
  • mfrom: (2.5.19 sid)
  • Revision ID: package-import@ubuntu.com-20130922185214-upeu2ljgeqi7e7oo
Tags: 1.18.0-1
[ Kartik Mistry ]
* New upstream release.
* debian/control:
  + (really) Set priority to optional from extra (Closes: #697659).
  + wrap-and-sort some fields.

[ Patrick Ruckstuhl ]
* debian/rules:
  + Allow parallel building (Closes: #720977)
* debian/tests, debian/control:
  + autopkgtest infrastructure

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
  static const char NAME[];
51
51
 
52
 
  static BtUnchokeMessage* create
 
52
  static std::unique_ptr<BtUnchokeMessage> create
53
53
  (const unsigned char* data, size_t dataLength);
54
54
 
55
 
  virtual void doReceivedAction();
56
 
 
57
 
  virtual bool sendPredicate() const;
58
 
 
59
 
  virtual ProgressUpdate* getProgressUpdate();
 
55
  virtual void doReceivedAction() CXX11_OVERRIDE;
 
56
 
 
57
  virtual bool sendPredicate() const CXX11_OVERRIDE;
 
58
 
 
59
  virtual std::unique_ptr<ProgressUpdate> getProgressUpdate() CXX11_OVERRIDE;
60
60
};
61
61
 
62
62
} // namespace aria2