RepoParserOpts.h

Go to the documentation of this file.
00001 #ifndef ZYPP_PARSER_YUM_REPOPARSEROPTS_H_
00002 #define ZYPP_PARSER_YUM_REPOPARSEROPTS_H_
00003 
00004 #include "zypp/base/DefaultIntegral.h"
00005 
00006 namespace zypp
00007 {
00008   namespace parser
00009   {
00010     namespace yum
00011     {
00012 
00013 
00015   struct RepoParserOpts
00016   {
00018     DefaultIntegral<bool,true> skipOther;
00019 
00021     DefaultIntegral<bool,true> skipFilelists;
00022   };
00023 
00024 
00025     } // ns yum
00026   } // ns parser
00027 } // ns zypp
00028 
00029 #endif /*ZYPP_PARSER_YUM_REPOPARSEROPTS_H_*/
00030 
00031 // vim: set ts=2 sts=2 sw=2 et ai:

Generated on Tue Sep 25 19:23:04 2007 for libzypp by  doxygen 1.5.3