|
@@ -96,13 +96,9 @@ class pkgSourceList : public pkgSource
|
|
|
|
|
|
|
|
public:
|
|
public:
|
|
|
|
|
|
|
|
- std::vector<metaIndex *> SrcList;
|
|
|
|
|
-
|
|
|
|
|
int ParseFileDeb822(std::string File);
|
|
int ParseFileDeb822(std::string File);
|
|
|
bool ParseFileOldStyle(std::string File);
|
|
bool ParseFileOldStyle(std::string File);
|
|
|
|
|
|
|
|
- public:
|
|
|
|
|
-
|
|
|
|
|
bool ReadMainList();
|
|
bool ReadMainList();
|
|
|
bool Read(std::string File);
|
|
bool Read(std::string File);
|
|
|
|
|
|