Update contrib.
2 * Copyright (c) 1997-2009 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.
19 #ifndef __TXTMRTSR_H__
20 #define __TXTMRTSR_H__
26 class MRichTextStoreResolver
28 A call back for determining a store as a function of the document position.
29 In practice, used in the potentially defered restoring of new pictures from a store.
30 The store might not actually vary with document position, in which case the function is
31 guaranteed not to leave.
36 virtual const CStreamStore& StreamStoreL(TInt aPos)const=0;