diff -r 000000000000 -r e686773b3f54 phonebookengines/contactsmodel/tsrc/Integration/TestImpExvCard/inc/TestContactOperations.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phonebookengines/contactsmodel/tsrc/Integration/TestImpExvCard/inc/TestContactOperations.h Tue Feb 02 10:12:17 2010 +0200 @@ -0,0 +1,61 @@ +/** +* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* Performs delete operation on the database +* +* +*/ + + + +#ifndef __TESTCONTACTOPERATIONS_H__ +#define __TESTCONTACTOPERATIONS_H__ + +// System includes +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +// User includes +#include "cntvcardutils.h" +#include "TestImpExvCardSuiteServer.h" + +class CTestContactOperations : public CTestStep + { +public: + CTestContactOperations(); + ~CTestContactOperations(); + virtual TVerdict doTestStepPreambleL(); + virtual TVerdict doTestStepL(); + virtual TVerdict doTestStepPostambleL(); + +private: + void DeleteContactsL(void); + +private: + CActiveScheduler* iScheduler; + + }; + +_LIT(KTestContactOperations, "TestContactOperations"); +_LIT(KNumberOfCont, "NumberOfContacts"); + +#endif