00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) SuSE GmbH | 00011 \----------------------------------------------------------------------/ 00012 00013 File: InstSrcDataPLAINPtr.h 00014 00015 Author: Michael Andres <ma@suse.de> 00016 Maintainer: Michael Andres <ma@suse.de> 00017 00018 Purpose: Declaration of pointer classes constInstSrcDataPLAINPtr and InstSrcDataPLAINPtr. 00019 00020 /-*/ 00021 #ifndef InstSrcDataPLAINPtr_h 00022 #define InstSrcDataPLAINPtr_h 00023 00024 #include <y2pm/InstSrcDataPtr.h> 00025 00027 // CLASS NAME : InstSrcDataPLAINPtr 00028 // CLASS NAME : constInstSrcDataPLAINPtr 00030 DEFINE_DERIVED_POINTER(InstSrcDataPLAIN,InstSrcData); 00031 00032 #endif // InstSrcDataPLAINPtr_h 00033