00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00013 #include "zypp/target/store/xml/XMLAtomImpl.h" 00014 00015 using namespace std; 00016 using namespace zypp::detail; 00017 00019 namespace zypp 00020 { 00021 namespace storage 00022 { 00023 00026 XMLAtomImpl::XMLAtomImpl() 00027 { 00028 } 00029 00030 //Source_Ref YUMAtomImpl::source() const 00031 //{ return _source; } 00032 00033 00034 } // namespace storage 00036 } // namespace zypp