commsfwtools/preparedefaultcommsdatabase/te_commsdat/src/commsdatConcurrencyTests.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 /**
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * CCommsdat170Step
       
    16 * CCommsdat171Step
       
    17 * CCommsdat172Step
       
    18 * 
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 /**
       
    25  @file commsdatConcurrencyTests.h
       
    26 */
       
    27 #if (!defined __COMMSDAT_CONCURRENCY_TESTS_H__)
       
    28 #define __COMMSDAT_CONCURRENCY_TESTS_H__
       
    29 #include "Te_commsdatSuiteStepBase.h"
       
    30 #include <e32base.h>
       
    31 #include <test/testexecutestepbase.h>
       
    32 #include <metadatabase.h>
       
    33 #include <commsdat.h>
       
    34 #include <commsdattypesv1_1.h>
       
    35 
       
    36 using namespace CommsDat;
       
    37 using namespace Meta;
       
    38 
       
    39 _LIT(KCommsdat170Step,"commsdat170Step");
       
    40 class CCommsdat170Step : public CTe_commsdatSuiteStepBase 
       
    41 	{
       
    42 public:
       
    43 	CCommsdat170Step();
       
    44 	~CCommsdat170Step(){};
       
    45 	
       
    46 	virtual TVerdict doTestStepL();
       
    47 private:
       
    48 	static TInt ThreadFunction(TAny *aPtr);
       
    49 	static TInt DoThreadFunctionL(TAny *aPtr);
       
    50 	};
       
    51 
       
    52 
       
    53 _LIT(KCommsdat171Step,"commsdat171Step");
       
    54 class CCommsdat171Step : public CTe_commsdatSuiteStepBase 
       
    55 	{
       
    56 public:
       
    57 	CCommsdat171Step();
       
    58 	~CCommsdat171Step(){};
       
    59 	
       
    60 	virtual TVerdict doTestStepL();
       
    61 private:
       
    62 	static TInt ThreadFunction(TAny *aPtr);
       
    63 	static TInt DoThreadFunctionL(TAny *aPtr);
       
    64 	};
       
    65 
       
    66 _LIT(KCommsdat172Step,"commsdat172Step");
       
    67 class CCommsdat172Step : public CTe_commsdatSuiteStepBase 
       
    68 	{
       
    69 public:
       
    70 	CCommsdat172Step();
       
    71 	~CCommsdat172Step(){};
       
    72 	
       
    73 	virtual TVerdict doTestStepL();
       
    74 private:
       
    75 	static TInt ThreadFunction(TAny *aPtr);
       
    76 	static TInt DoThreadFunctionL(TAny *aPtr);
       
    77 	}; 
       
    78 
       
    79 #endif // __COMMSDAT_CONCURRENCY_TESTS_H__