First public contribution.
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.
19 _LIT(KLddName,"OperatorNewTest");
20 _LIT(KKInstallLddName,"d_newldd");
23 const TInt KErrException = -99;
24 const TInt KTestArrayLength = 100; ///< A sensible array length to test vector new with
25 const TInt KOOMArraySize = 100000000; ///<An array size so big that array allocation should always fail
27 class RNewLddTest : public RBusLogicalChannel
33 EPlacementVectorNew=1,
38 TInt DoControl(TInt aFunction);
42 #endif // __T_NEWLDD_H