pimprotocols/phonebooksync/Test/TE_PhBkSync/TestGetSyncModeSteps.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 // Copyright (c) 2002-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 // This is the header file for Phone book synchronisation
       
    15 // "GetSyncMode" test group scenarios 
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 #ifndef __TESTGETSYNCMODESTEPS_H__
       
    25 #define __TESTGETSYNCMODESTEPS_H__
       
    26 
       
    27 #include "TE_PhBkSyncBase.h" 
       
    28 
       
    29 //
       
    30 //    Test step1 -- Test#80 in Unit Test Spec. Doc.  //
       
    31 //
       
    32 class CPhbkSyncGetSyncModeTest_01 : public CTestStepPhbkSync
       
    33 	{
       
    34 public:
       
    35 	CPhbkSyncGetSyncModeTest_01();
       
    36 	~CPhbkSyncGetSyncModeTest_01();
       
    37 
       
    38 	virtual enum TVerdict doTestStepL(void);
       
    39 	};
       
    40 
       
    41 #endif /* __TESTGETSYNCMODESTEPS_H__ */