Add BSolverPackageSpecifierList::AppendSpecifiers()

This commit is contained in:
Ingo Weinhold
2013-09-10 19:14:19 +02:00
parent 94dc74b027
commit 9b2fd34196
2 changed files with 20 additions and 1 deletions
@@ -31,6 +31,9 @@ public:
const BSolverPackageSpecifier& specifier);
bool AppendSpecifier(BSolverPackage* package);
bool AppendSpecifier(const BString& selectString);
bool AppendSpecifiers(
const char* const* selectStrings,
int32 count);
void MakeEmpty();
BSolverPackageSpecifierList& operator=(