os/ossrv/lowlevellibsandfws/pluginfw/Framework/T_PlatSecECom/T_PlatSecInterface.h
Update contrib.
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.
16 #ifndef __T_PLATSECINTERFACE_H__
17 #define __T_PLATSECINTERFACE_H__
20 #include <ecom/ecom.h>
23 Test interface used in PlatSec ECOM tests
26 class CPlatSecInterface1 : public CBase
29 static CPlatSecInterface1* NewL();
30 virtual ~CPlatSecInterface1();
31 virtual TUid ImplId() = 0;
34 inline CPlatSecInterface1();
41 Test interface used in PlatSec ECOM tests
44 class CPlatSecInterface2: public CBase
47 static CPlatSecInterface2* NewL();
48 virtual ~CPlatSecInterface2();
49 virtual TUid ImplId() = 0;
52 inline CPlatSecInterface2();
59 Test interface used in PlatSec ECOM tests
62 class CPlatSecInterface3: public CBase
65 static CPlatSecInterface3* NewL();
66 virtual ~CPlatSecInterface3();
67 virtual TUid ImplId() = 0;
70 inline CPlatSecInterface3();
77 Test interface used in PlatSec ECOM tests
80 class CPlatSecInterface4: public CBase
83 static CPlatSecInterface4* NewL();
84 virtual ~CPlatSecInterface4();
85 virtual TUid ImplId() = 0;
88 inline CPlatSecInterface4();
93 #include "T_PlatSecInterface.inl"
95 #endif//__T_PLATSECINTERFACE_H__