~ubuntu-branches/ubuntu/trusty/aria2/trusty-proposed

« back to all changes in this revision

Viewing changes to src/AbstractProxyResponseCommand.h

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-12-16 18:41:03 UTC
  • mfrom: (2.5.21 sid)
  • Revision ID: package-import@ubuntu.com-20131216184103-xzah3019zwut429g
Tags: 1.18.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
private:
47
47
  std::shared_ptr<HttpConnection> httpConnection_;
48
48
protected:
49
 
  virtual bool executeInternal();
 
49
  virtual bool executeInternal() CXX11_OVERRIDE;
50
50
 
51
51
  const std::shared_ptr<HttpConnection>& getHttpConnection() const
52
52
  {