favouritesitemdata.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : FavouritesItemData.h 
00004 *  Part of     : Favourites Engine
00005 *  Interface   : Favourites Engine API
00006 *  Description : Declaration of FavouritesItemData
00007 *  Version     : %Version%
00008 *
00009 *  Copyright (C) 2002 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_ITEM_DATA_H
00023 #define FAVOURITES_ITEM_DATA_H
00024 
00025 //  INCLUDES
00026 
00027 #include <e32base.h>
00028 
00029 // FORWARD DECLARATION
00030 
00031 class RWriteStream;
00032 class RReadStream;
00033 
00034 // CLASS DECLARATION
00035 
00039 class MFavouritesItemData
00040     {
00041 
00042     public:     // streaming
00043 
00049         IMPORT_C virtual void ExternalizeL( RWriteStream& aStream ) const = 0;
00050 
00056         IMPORT_C virtual void InternalizeL( RReadStream& aStream ) = 0;
00057 
00058     };
00059 
00060 #endif
00061             
00062 // End of File

Copyright © Nokia Corporation 2001-2008
Back to top