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 "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // This is the extension to the plugin API for the Image Transform framework
24 #ifndef __IMAGETRANSFORMPLUGINEXT_H__
25 #define __IMAGETRANSFORMPLUGINEXT_H__
30 This class should be derived by a plugin writer wishing to extend the client
31 API defined in CImageTransform
36 class CImageTransformPluginExtension : public CBase
41 Get a Uid by which a plugin extension can be identified.
43 @return A Uid unique to the specific plugin extension
45 IMPORT_C virtual const TUid Uid() const = 0;
48 IMPORT_C virtual void ReservedVirtual1();
49 IMPORT_C virtual void ReservedVirtual2();
50 IMPORT_C virtual void ReservedVirtual3();
51 IMPORT_C virtual void ReservedVirtual4();
54 #endif // __IMAGETRANSFORMPLUGINEXT_H__