YUMAtomImpl.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_SOURCE_YUM_YUMATOMIMPL_H
00013 #define ZYPP_SOURCE_YUM_YUMATOMIMPL_H
00014 
00015 #include "zypp/source/SourceImpl.h"
00016 #include "zypp/detail/AtomImpl.h"
00017 
00019 namespace zypp
00020 { 
00021 
00022 namespace source
00023 { 
00024 namespace yum
00025 { 
00026 
00028 //
00029 //        CLASS NAME : YUMAtomImpl
00030 //
00033 class YUMAtomImpl : public detail::AtomImplIf
00034 {
00035 public:
00037   YUMAtomImpl(
00038     Source_Ref source_r
00039   );
00040 
00041 private:
00042   Source_Ref _source;
00043 public:
00044   Source_Ref source() const;
00045 };
00047 } // namespace yum
00049 } // namespace source
00052 } // namespace zypp
00054 #endif // ZYPP_SOURCE_YUM_YUMATOMIMPL_H

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