Update contrib.
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
22 Comments : This file contains the placeholder class
23 which represents the interface creation.
26 #include "TestEComInterface.h"
28 inline CTestEComInterface::CTestEComInterface()
38 inline CTestEComInterface::~CTestEComInterface()
44 // Destroy any instance variables and then
45 // inform the framework that this specific
46 // instance of the interface has been destroyed.
47 REComSession::DestroyedImplementation(iDtor_ID_Key);
50 inline CTestEComInterface* CTestEComInterface::NewL(const TUid aUid)
52 NewL creates the new interface
53 @return the new interface
56 // The CreateImplementationL method will return
58 return REINTERPRET_CAST (CTestEComInterface*,
59 REComSession::CreateImplementationL(aUid, _FOFF(CTestEComInterface,iDtor_ID_Key))