return true;
}
/*}}}*/
-// SrcRecords::Next - Step to the next Source Record /*{{{*/
+// SrcRecords::Step - Step to the next Source Record /*{{{*/
// ---------------------------------------------------------------------
/* Step to the next source package record */
-const pkgSrcRecords::Parser* pkgSrcRecords::Next()
+const pkgSrcRecords::Parser* pkgSrcRecords::Step()
{
if (Current == Files.end())
return 0;
{
while (true)
{
- if(Next() == 0)
+ if(Step() == 0)
return 0;
// IO error somehow