libzypp  17.32.5
env.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 ----------------------------------------------------------------------*/
9 #ifndef ZYPP_NG_CORE_ENV_H_INCLUDED
10 #define ZYPP_NG_CORE_ENV_H_INCLUDED
11 
12 namespace zypp {
14  namespace env {}
15 }
16 
17 namespace zyppng {
18  namespace env = zypp::env;
19 }
20 
21 #endif // ZYPP_NG_CORE_ENV_H_INCLUDED
Namespace intended to collect all environment variables we use.
Definition: Env.h:22
Easy-to use interface to the ZYPP dependency resolver.
Definition: Application.cc:19