00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00012 #ifndef ZYPP_DETAIL_ATOMIMPLIF_H 00013 #define ZYPP_DETAIL_ATOMIMPLIF_H 00014 00015 #include "zypp/detail/ResObjectImplIf.h" 00016 00018 namespace zypp 00019 { 00020 00021 class Atom; 00022 00024 namespace detail 00025 { 00026 00028 // 00029 // CLASS NAME : AtomImplIf 00030 // 00033 class AtomImplIf : public ResObjectImplIf 00034 { 00035 public: 00036 typedef Atom ResType; 00037 00038 public: 00039 00040 }; 00042 00044 } // namespace detail 00047 } // namespace zypp 00049 #endif // ZYPP_DETAIL_ATOMIMPLIF_H