No idea what the intension was here, but it seems like a leftover from
a workover which happened to be done differently later. As it doesn't
provide anything at the moment we just revert to the previous abi here.
Git-Dch: Ignore
class pkgIndexFile;
class metaIndex;
class pkgIndexFile;
class metaIndex;
-class pkgSource
-{
- protected:
-
- std::vector<metaIndex *> SrcList;
-
-};
-
-class pkgSourceList : public pkgSource
// List of supported source list types
class Type
{
public:
// List of supported source list types
class Type
{
public:
// Global list of Items supported
static Type **GlobalList;
static unsigned long GlobalListLen;
// Global list of Items supported
static Type **GlobalList;
static unsigned long GlobalListLen;
Type();
virtual ~Type() {};
};
Type();
virtual ~Type() {};
};
typedef std::vector<metaIndex *>::const_iterator const_iterator;
typedef std::vector<metaIndex *>::const_iterator const_iterator;
+
+ protected:
+
+ std::vector<metaIndex *> SrcList;
int ParseFileDeb822(std::string File);
bool ParseFileOldStyle(std::string File);
int ParseFileDeb822(std::string File);
bool ParseFileOldStyle(std::string File);
bool ReadMainList();
bool Read(std::string File);
bool ReadMainList();
bool Read(std::string File);