1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // This is the extension to the plugin API for the Image Transform framework
23 #ifndef __IMAGETRANSFORMPLUGINEXT_H__
24 #define __IMAGETRANSFORMPLUGINEXT_H__
29 This class should be derived by a plugin writer wishing to extend the client
30 API defined in CImageTransform
35 class CImageTransformPluginExtension : public CBase
40 Get a Uid by which a plugin extension can be identified.
42 @return A Uid unique to the specific plugin extension
44 IMPORT_C virtual const TUid Uid() const = 0;
47 IMPORT_C virtual void ReservedVirtual1();
48 IMPORT_C virtual void ReservedVirtual2();
49 IMPORT_C virtual void ReservedVirtual3();
50 IMPORT_C virtual void ReservedVirtual4();
53 #endif // __IMAGETRANSFORMPLUGINEXT_H__