FileReaderBase.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_PARSER_YUM_FILEREADERBASE_H_
00013 #define ZYPP_PARSER_YUM_FILEREADERBASE_H_
00014 
00015 #include "zypp/base/PtrTypes.h"
00016 #include "zypp/base/NonCopyable.h"
00017 
00018 namespace zypp
00019 {
00020   namespace parser
00021   {
00022     namespace yum
00023     {
00024 
00025 
00029   class FileReaderBase : private base::NonCopyable
00030   {
00031   protected:
00032     class BaseImpl;
00033   };
00034 
00035 
00036     } // ns yum
00037   } // ns parser
00038 } // ns zypp
00039 
00040 
00041 #endif /*ZYPP_PARSER_YUM_FILEREADERBASE_H_*/
00042 
00043 // vim: set ts=2 sts=2 sw=2 et ai:

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