buildverification/smoketest/agenda/Inc/TestAgendaAddAppt.h
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     1 // Copyright (c) 2004-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 "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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // TestAgendaCreateDB.h
       
    15 // This contains CTestAgendaAddAppt
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef TEST_AGENDA_ADD_APPT_H
       
    20 #define TEST_AGENDA_ADD_APPT_H
       
    21 
       
    22 #include "TestAgendaBase.h"
       
    23 
       
    24 class CTestAgendaAddAppt : public CTestAgendaBase
       
    25 {
       
    26 public:
       
    27 	CTestAgendaAddAppt();
       
    28 	virtual ~CTestAgendaAddAppt();
       
    29 
       
    30 public:
       
    31 	virtual enum TVerdict doTestStepL( void );
       
    32 
       
    33 private:
       
    34 	void	AddEntriesL( void );
       
    35 };
       
    36 
       
    37 #endif /* TEST_AGENDA_ADD_APPT_H */