00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) SuSE GmbH | 00011 \----------------------------------------------------------------------/ 00012 00013 File: PMRcValues.h 00014 00015 Author: Michael Andres <ma@suse.de> 00016 Maintainer: Michael Andres <ma@suse.de> 00017 00018 Purpose: 00019 00020 /-*/ 00021 #ifndef PMRcValues_h 00022 #define PMRcValues_h 00023 00024 #include <iosfwd> 00025 00026 #include <y2pm/PMTypes.h> 00027 00029 namespace PM { 00030 ; 00031 00032 struct RcValues { 00033 PM::LocaleSet requestedLocales; 00034 PM::CandidateOrder candidateOrder; 00035 std::set<std::string> trustedVendors; 00036 }; 00037 00038 extern RcValues & rcValues(); // Y2PM.rcvalue.cc 00039 00041 } // namespace PM 00043 00044 #endif // PMRcValues_h