00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00012 #ifndef ZYPP_DETAIL_PRODUCTIMPL_H 00013 #define ZYPP_DETAIL_PRODUCTIMPL_H 00014 00015 #include "zypp/detail/ProductImplIf.h" 00016 00018 namespace zypp 00019 { 00020 00022 namespace detail 00023 { 00024 00026 // 00027 // CLASS NAME : ProductImpl 00028 // 00030 class ProductImpl : public ProductImplIf 00031 { 00032 public: 00033 ProductImpl(); 00034 ~ProductImpl(); 00035 }; 00037 00039 } // namespace detail 00042 } // namespace zypp 00044 #endif // ZYPP_DETAIL_PRODUCTIMPL_H