Update contrib.
1 // Copyright (c) 2008-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 the License "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 // LDD for testing operator new kernel side
21 #include <kernel/kernel.h>
24 #include "t_new_classes.h"
28 class DOperatorNewTestFactory : public DLogicalDevice
32 void GetCaps(TDes8& aDes) const;
33 TInt Create(DLogicalChannelBase*& aChannel);
36 class DOperatorNewTest : public DLogicalChannelBase
39 virtual TInt Request(TInt aReqNo, TAny* a1, TAny* a2);
42 TInt TestPlacementNew();
43 TInt TestPlacementVectorNew();