#include "zypp/base/PtrTypes.h"
#include "zypp/base/String.h"
#include "zypp/CapFactory.h"
+#include "zypp/ZYpp.h"
#include "zypp/source/susetags/SelectionTagFileParser.h"
#include <boost/regex.hpp>
SelectionTagFileParser::SelectionTagFileParser()
{
selImpl = shared_ptr<SuseTagsSelectionImpl>(new SuseTagsSelectionImpl);
- _locales = getZYpp()->getRequestedLocales();
+ _locales = zypp::getZYpp()->getRequestedLocales();
}
void SelectionTagFileParser::consume( const SingleTag &tag )
#include "zypp/Selection.h"
#include "zypp/source/susetags/SuseTagsSelectionImpl.h"
-#include "zypp/ZYpp.h"
+#include "zypp/ZYppFactory.h"
#include "zypp/Pathname.h"
///////////////////////////////////////////////////////////////////