libzypp 17.37.17
keyring_p.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_ZYPP_DETAIL_KEYRINGIMPL_H
13#define ZYPP_ZYPP_DETAIL_KEYRINGIMPL_H
14
15#include <zypp/KeyRing.h>
16#include <zypp-common/private/keyring_p.h>
17
18namespace zypp {
19
20 struct KeyRing::Impl : public KeyRingImpl
21 {
22 Impl(const filesystem::Pathname &baseTmpDir);
23 };
24
25}
26
27#endif
Easy-to use interface to the ZYPP dependency resolver.
Impl(const filesystem::Pathname &baseTmpDir)
Definition KeyRing.cc:139