00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) SuSE GmbH | 00011 \----------------------------------------------------------------------/ 00012 00013 File: PMSelectionDataProviderPtr.h 00014 00015 Author: Michael Andres <ma@suse.de> 00016 Maintainer: Michael Andres <ma@suse.de> 00017 00018 Purpose: Declaration of pointer classes constPMSelectionDataProviderPtr 00019 and PMSelectionDataProviderPtr. 00020 00021 /-*/ 00022 #ifndef PMSelectionDataProviderPtr_h 00023 #define PMSelectionDataProviderPtr_h 00024 00025 #include <y2util/RepDef.h> 00026 00028 // CLASS NAME : PMSelectionDataProviderPtr 00029 // CLASS NAME : constPMSelectionDataProviderPtr 00031 DEFINE_BASE_POINTER(PMSelectionDataProvider); 00032 00033 #endif // PMSelectionDataProviderPtr_h 00034