libzypp 17.38.6
autoinstalledcomponent.cc
Go to the documentation of this file.
1/*---------------------------------------------------------------------
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8----------------------------------------------------------------------*/
10#include <zypp/ng/sat/pool.h>
11
12namespace zyppng::sat {
13
15 {
16 if ( pool.isSystemRepo( id ) )
17 _autoinstalled.clear();
18 }
19
21 {
22 _autoinstalled.clear();
23 }
24
25} // namespace zyppng::sat
void onRepoRemoved(Pool &pool, detail::RepoIdType id) override
Orchestrator for a libsolv pool instance.
Definition pool.h:37
zypp::sat::detail::RepoIdType RepoIdType
This file contains private API, this might break at any time between releases.