~ubuntu-branches/ubuntu/quantal/aria2/quantal

« back to all changes in this revision

Viewing changes to src/DownloadCommand.h

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-04-02 12:38:55 UTC
  • mfrom: (2.5.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110402123855-znkslovhf5qvkjut
Tags: 1.11.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
                  const SharedHandle<FileEntry>& fileEntry,
84
84
                  RequestGroup* requestGroup,
85
85
                  DownloadEngine* e,
86
 
                  const SharedHandle<SocketCore>& s);
 
86
                  const SharedHandle<SocketCore>& s,
 
87
                  const SharedHandle<SocketRecvBuffer>& socketRecvBuffer);
87
88
  virtual ~DownloadCommand();
88
89
 
89
90
  const SharedHandle<StreamFilter>& getStreamFilter() const