00001 /* 00002 * ============================================================================== 00003 * Name : FavouritesDbIncremental.h 00004 * Part of : Favourites Engine 00005 * Interface : Favourites Engine API 00006 * Description : Declaration of RFavouritesDbIncremental 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_INCREMENTAL_H 00023 #define FAVOURITES_DB_INCREMENTAL_H 00024 00025 // INCLUDES 00026 00027 #include <FavouritesHandle.h> 00028 00029 // FORWARD DECLARATIONS 00030 00031 class RFavouritesDb; 00032 00033 // CLASS DECLARATION 00034 00040 class RFavouritesDbIncremental: public RFavouritesHandle 00041 { 00042 public: // update 00043 00051 IMPORT_C TInt Recover( RFavouritesDb& aDb, TInt& aStep ); 00052 00060 IMPORT_C TInt Compact( RFavouritesDb& aDb, TInt& aStep ); 00061 00068 IMPORT_C TInt Next( TInt& aStep ); 00069 00070 }; 00071 00072 #endif 00073 00074 // End of File