libzypp  10.5.0
UserWantedPackages.h
Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00015 #ifndef USER_WANTED_PACKAGES_H
00016 #define USER_WANTED_PACKAGES_H
00017 
00018 #include <set>
00019 #include <string>
00020 
00021 namespace zypp
00022 {
00023     namespace ui
00024     {
00040         std::set<std::string> userWantedPackageNames();
00041 
00042     } // namespace ui
00043 } // namespace zypp
00044 
00045 #endif // USER_WANTED_PACKAGES_H