00001 /*---------------------------------------------------------------------\ 00002 | | 00003 | __ __ ____ _____ ____ | 00004 | \ \ / /_ _/ ___|_ _|___ \ | 00005 | \ V / _` \___ \ | | __) | | 00006 | | | (_| |___) || | / __/ | 00007 | |_|\__,_|____/ |_| |_____| | 00008 | | 00009 | core system | 00010 | (C) 2002 SuSE AG | 00011 \----------------------------------------------------------------------/ 00012 00013 File: RpmDbPtr.h 00014 Purpose: pointer class for RpmDb 00015 Author: Ludwig Nussel <lnussel@suse.de> 00016 Maintainer: Ludwig Nussel <lnussel@suse.de> 00017 00018 /-*/ 00019 00020 #ifndef RpmDbPtr_h 00021 #define RpmDbPtr_h 00022 00023 #include <y2util/RepDef.h> 00024 00025 DEFINE_BASE_POINTER(RpmDb); 00026 00027 #endif // RpmDbPtr_h 00028