diff -r f1112f777ce9 -r 96906a986c3b testdev/ite/test/com.nokia.testfw.cmdtool.test/test.resource/unittest/several.mmp.in.one.path/SysLibs/ECom/InterfaceClient/InterfaceClient.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdev/ite/test/com.nokia.testfw.cmdtool.test/test.resource/unittest/several.mmp.in.one.path/SysLibs/ECom/InterfaceClient/InterfaceClient.h Tue Mar 30 14:39:29 2010 +0800 @@ -0,0 +1,27 @@ +// InterfaceClient.h +// +// Copyright (c) 2001 Symbian Ltd. All rights reserved. + +#ifndef __CINTERFACECLIENT_H +#define __CINTERFACECLIENT_H + +#include + +// Example ECOM client that uses the InterfaceImplementation plug-ins +// through the InterfaceDefinition (CExampleInterface) interface +class TInterfaceClient + { +public: + // Gets the default implementation of CExampleInterface + void GetDefaultL(); + + // Gets a CExampleInterface implementation by requesting + // a specific types of capability + void GetBySpecificationL(); + + // Gets all the CExampleInterface implementations + void GetByDiscoveryL(); + }; + +#endif +