~thopiekar/zypper/libzypp-manual-import

« back to all changes in this revision

Viewing changes to zypp/parser/plaindir/RepoParser.h

  • Committer: Thomas-Karl Pietrowski
  • Date: 2014-01-29 22:44:28 UTC
  • Revision ID: thopiekar@googlemail.com-20140129224428-gpcqnsdakby362n8
firstĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*---------------------------------------------------------------------\
 
2
|                          ____ _   __ __ ___                          |
 
3
|                         |__  / \ / / . \ . \                         |
 
4
|                           / / \ V /|  _/  _/                         |
 
5
|                          / /__ | | | | | |                           |
 
6
|                         /_____||_| |_| |_|                           |
 
7
|                                                                      |
 
8
\---------------------------------------------------------------------*/
 
9
 
 
10
#ifndef ZYPP_PARSER_PLAINDIR_REPOPARSER_H
 
11
#define ZYPP_PARSER_PLAINDIR_REPOPARSER_H
 
12
 
 
13
#include "zypp/RepoStatus.h"
 
14
 
 
15
///////////////////////////////////////////////////////////////////
 
16
namespace zypp
 
17
{ /////////////////////////////////////////////////////////////////
 
18
  ///////////////////////////////////////////////////////////////////
 
19
  namespace parser
 
20
  { /////////////////////////////////////////////////////////////////
 
21
    ///////////////////////////////////////////////////////////////////
 
22
    namespace plaindir
 
23
    { /////////////////////////////////////////////////////////////////
 
24
 
 
25
      /**
 
26
       * \short Gives a cookie for a dir
 
27
       */
 
28
      RepoStatus dirStatus( const Pathname &dir );
 
29
 
 
30
      /////////////////////////////////////////////////////////////////
 
31
    } // namespace plaindir
 
32
    ///////////////////////////////////////////////////////////////////
 
33
    /////////////////////////////////////////////////////////////////
 
34
  } // namespace parser
 
35
  ///////////////////////////////////////////////////////////////////
 
36
  /////////////////////////////////////////////////////////////////
 
37
} // namespace zypp
 
38
///////////////////////////////////////////////////////////////////
 
39
#endif // ZYPP_PARSER_PLAINDIR_REPOPARSER_H