00001 /* 00002 * ============================================================================== 00003 * Name : FavouritesDbNotifier.h 00004 * Part of : Favourites Engine 00005 * Interface : Favourites Engine API 00006 * Description : Declaration of FavouritesDbNotifier 00007 * Version : %Version% 00008 * 00009 * Copyright (C) 2004 Nokia Corporation. 00010 * This material, including documentation and any related 00011 * computer programs, is protected by copyright controlled by 00012 * Nokia Corporation. All rights are reserved. Copying, 00013 * including reproducing, storing, adapting or translating, any 00014 * or all of this material requires the prior written consent of 00015 * Nokia Corporation. This material also contains confidential 00016 * information which may not be disclosed to others without the 00017 * prior written consent of Nokia Corporation. 00018 * 00019 * ============================================================================ 00020 */ 00021 00022 #ifndef FAVOURITES_DB_NOTIFIER_H 00023 #define FAVOURITES_DB_NOTIFIER_H 00024 00025 // INCLUDES 00026 00027 #include <FavouritesHandle.h> 00028 00029 // FORWARD DECLARATIONS 00030 00031 class RFavouritesDb; 00032 00033 // CLASS DECLARATION 00034 00039 class RFavouritesDbNotifier: public RFavouritesHandle 00040 { 00041 public: // update 00042 00049 IMPORT_C TInt Open( RFavouritesDb& aDb ); 00050 00057 IMPORT_C void NotifyAllEvents( TRequestStatus& aStatus ); 00058 00065 IMPORT_C void NotifyChange( TRequestStatus& aStatus ); 00066 00072 IMPORT_C void Cancel(); 00073 00074 }; 00075 00076 #endif 00077 00078 // End of File