YUMAtomImpl.cc

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00013 #include "zypp/source/yum/YUMAtomImpl.h"
00014 
00015 using namespace std;
00016 using namespace zypp::detail;
00017 
00019 namespace zypp
00020 { 
00021 
00022 namespace source
00023 { 
00024 namespace yum
00025 {
00027 //
00028 //        CLASS NAME : YUMAtomImpl
00029 //
00031 
00034 YUMAtomImpl::YUMAtomImpl(
00035   Source_Ref source_r
00036 )
00037     : _source(source_r)
00038 {}
00039 
00040 Source_Ref YUMAtomImpl::source() const
00041 {
00042   return _source;
00043 }
00044 
00045 
00046 } // namespace yum
00048 } // namespace source
00051 } // namespace zypp

Generated on Tue Nov 28 16:49:32 2006 for zypp by  doxygen 1.5.0