/***************************************************************************** ** File: app_guiobj_favnet.h ** ** Description: ** ** Copyright(c) 2010 Sunmedia Technologies - All Rights Reserved ** ** ** $Id: $ *****************************************************************************/ #ifndef _APP_GUIOBJ_FAVNET_H_ #define _APP_GUIOBJ_FAVNET_H_ UINT32 APP_GUIOBJ_DVB_FavNet_GetTotalNet(void); //Use to set whether presenting FavNet selecting menu void APP_GUIOBJ_DVB_FavNet_SetSelect(UINT8 flag); //Check whether need to present FavNet selecting menu UINT8 APP_GUIOBJ_DVB_FavNet_GetSelect(void); #endif