00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) SuSE Linux AG | 00011 \----------------------------------------------------------------------/ 00012 00013 Author: Cornelius Schumacher <cschum@suse.de> 00014 Maintainer: Cornelius Schumacher <cschum@suse.de> 00015 00016 /-*/ 00017 #ifndef PMYOUPRODUCTPTR_H 00018 #define PMYOUPRODUCTPTR_H 00019 00020 #include <y2util/RepDef.h> 00021 00023 // 00024 // CLASS NAME : PMYouProductPtr 00025 // CLASS NAME : constPMYouProductPtr 00029 DEFINE_BASE_POINTER(PMYouProduct); 00030 00031 #endif