2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Declaration of FavouritesItemData
19 #ifndef FAVOURITES_ITEM_DATA_H
20 #define FAVOURITES_ITEM_DATA_H
26 // FORWARD DECLARATION
34 * MFavouritesItemData is the Mixin class for representing extra data for a favourites item.
36 class MFavouritesItemData
42 * Externalize into a stream.
44 * @param aStream The stream to externalize to.
46 IMPORT_C virtual void ExternalizeL( RWriteStream& aStream ) const = 0;
49 * Internalize from a stream.
51 * @param aStream The stream to externalize from.
53 IMPORT_C virtual void InternalizeL( RReadStream& aStream ) = 0;