~thopiekar/zypper/libzypp-manual-import

« back to all changes in this revision

Viewing changes to zypp/target/CommitPackageCacheImpl.cc

  • 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
/** \file       zypp/target/CommitPackageCacheImpl.cc
 
10
 *
 
11
*/
 
12
#include <iostream>
 
13
#include "zypp/base/Logger.h"
 
14
 
 
15
#include "zypp/target/CommitPackageCacheImpl.h"
 
16
 
 
17
using std::endl;
 
18
 
 
19
///////////////////////////////////////////////////////////////////
 
20
namespace zypp
 
21
{ /////////////////////////////////////////////////////////////////
 
22
  ///////////////////////////////////////////////////////////////////
 
23
  namespace target
 
24
  { /////////////////////////////////////////////////////////////////
 
25
 
 
26
 
 
27
 
 
28
    /////////////////////////////////////////////////////////////////
 
29
  } // namespace target
 
30
  ///////////////////////////////////////////////////////////////////
 
31
  /////////////////////////////////////////////////////////////////
 
32
} // namespace zypp
 
33
///////////////////////////////////////////////////////////////////