libzypp  10.5.0
RepoParser.h
Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00009 
00010 #ifndef ZYPP_PARSER_PLAINDIR_REPOPARSER_H
00011 #define ZYPP_PARSER_PLAINDIR_REPOPARSER_H
00012 
00013 #include "zypp/RepoStatus.h"
00014 
00016 namespace zypp
00017 { 
00018 
00019   namespace parser
00020   { 
00021 
00022     namespace plaindir
00023     { 
00024 
00028       RepoStatus dirStatus( const Pathname &dir );
00029 
00031     } // namespace plaindir
00034   } // namespace parser
00037 } // namespace zypp
00039 #endif // ZYPP_PARSER_PLAINDIR_REPOPARSER_H