2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "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: Virtual Phonebook bookmark for referencing to any type of
15 * item in the view. Can be used to find an item from the
16 * view that was previously saved as a bookmark.
22 #ifndef MVPBKCONTACTBOOKMARK_H
23 #define MVPBKCONTACTBOOKMARK_H
32 * Virtual Phonebook Contact bookmark.
33 * This bookmark interface can be used to reference any type
34 * of item in a Virtual Phonebook view.
36 class MVPbkContactBookmark
42 virtual ~MVPbkContactBookmark() { }
45 * Returns an extension point for this interface or NULL.
46 * @param aExtensionUid Uid of extension
47 * @return Extension point or NULL
49 virtual TAny* ContactBookmarkExtension(
50 TUid /*aExtensionUid*/) { return NULL; }
53 #endif // MVPBKCONTACTBOOKMARK_H