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

« back to all changes in this revision

Viewing changes to src/Metalink2RequestGroup.cc

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-11-24 12:26:31 UTC
  • mfrom: (1.6.1 upstream) (2.3.8 experimental)
  • Revision ID: james.westby@ubuntu.com-20101124122631-upujekj1ek94h3x2
Tags: 1.10.6-1
* New upstream release:
  + Fixed FTBFS on alpha arch (Closes: #590257)
  + Added IPv6 support (Closes: #448390)
* debian/patches/ftbfs_kfreebsd.diff:
  + Dropped, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
Metalink2RequestGroup::Metalink2RequestGroup():
70
70
  logger_(LogFactory::getInstance()) {}
71
71
 
 
72
namespace {
72
73
class AccumulateNonP2PUri {
73
74
private:
74
75
  std::vector<std::string>& urisPtr;
88
89
    }
89
90
  }
90
91
};
 
92
} // namespace
91
93
 
 
94
namespace {
92
95
class FindBitTorrentUri {
93
96
public:
94
97
  FindBitTorrentUri() {}
101
104
    }
102
105
  }
103
106
};
 
107
} // namespace
104
108
 
105
109
void
106
110
Metalink2RequestGroup::generate