FileReaderBase.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
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       //        CLASS NAME : FileReaderBase
00033       //
00035       class FileReaderBase : public TagParser
00036       {
00037         protected:
00038           class BaseImpl;
00039       };
00041 
00043     } // namespace susetags
00046   } // namespace parser
00049 } // namespace zypp
00051 #endif // ZYPP_PARSER_SUSETAGS_FILEREADERBASE_H

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