libzypp  10.5.0
ProxyInfos.h
Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_MEDIA_PROXYINFO_PROXYINFOS_H
00013 #define ZYPP_MEDIA_PROXYINFO_PROXYINFOS_H
00014 
00015 #include <string>
00016 #include <list>
00017 
00018 #include "zypp/media/proxyinfo/ProxyInfoSysconfig.h"
00019 #ifdef _WITH_LIBPROXY_SUPPORT_
00020 #include "zypp/media/proxyinfo/ProxyInfoLibproxy.h"
00021 #endif
00022 
00023 #endif // ZYPP_MEDIA_PROXYINFO_PROXYINFOS_H