00001
00002
00003
00004
00005
00006
00007
00008
00012 #ifndef ZYPP_PARSER_SUSETAGS_FILEREADERBASE_H
00013 #define ZYPP_PARSER_SUSETAGS_FILEREADERBASE_H
00014
00015 #include <iosfwd>
00016
00017 #include "zypp/base/PtrTypes.h"
00018 #include "zypp/parser/TagParser.h"
00019
00021 namespace zypp
00022 {
00023
00024 namespace parser
00025 {
00026
00027 namespace susetags
00028 {
00029
00031
00032
00033
00035 class FileReaderBase : public TagParser
00036 {
00037 protected:
00038 class BaseImpl;
00039 };
00041
00043 }
00046 }
00049 }
00051 #endif // ZYPP_PARSER_SUSETAGS_FILEREADERBASE_H