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

« back to all changes in this revision

Viewing changes to test/TestUtil.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:
13
13
class RequestGroupMan;
14
14
class RequestGroup;
15
15
class Option;
 
16
struct DownloadResult;
16
17
 
17
18
void createFile(const std::string& filename, size_t length);
18
19
 
70
71
                                              const std::string& path,
71
72
                                              const std::string& uri,
72
73
                                              const SharedHandle<Option>& opt);
 
74
 
 
75
SharedHandle<DownloadResult> createDownloadResult
 
76
(error_code::Value result, const std::string& uri);
 
77
 
73
78
} // namespace aria2