os/ossrv/lowlevellibsandfws/pluginfw/Framework/MultipleImageTest/MultipleImageExampleInterface.h
Update contrib.
1 // Copyright (c) 2006-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.
16 #ifndef __MULTIPLEIMAGEEXAMPLEINTERFACE_H__
17 #define __MULTIPLEIMAGEEXAMPLEINTERFACE_H__
20 #include <Ecom/ECom.h>
23 Test interface used in ECOM Multiple Image tests
26 class CMultipleImageInterface1 : public CBase
29 static CMultipleImageInterface1* NewL();
30 virtual ~CMultipleImageInterface1();
31 virtual TUid ImplId() = 0;
34 inline CMultipleImageInterface1();
41 #include "MultipleImageExampleInterface.inl"
43 #endif//__MULTIPLEIMAGEEXAMPLEINTERFACE_H__