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 00041 Source_Ref YUMAtomImpl::source() const 00042 { return _source; } 00043 00044 00045 } // namespace yum 00047 } // namespace source 00050 } // namespace zypp