bthci/bthci2/CommandsEvents/generator/eventteststepheader.tmpl
changeset 0 29b1cd4cb562
child 4 28479eeba3fb
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2006-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 "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // $FILENAME.h
       
    15 // This file was generated automatically from the template eventteststepheader.tmpl
       
    16 // on $GENERATE_TIME_STAMP
       
    17 // Definition of test step $CLASSNAME.
       
    18 // 
       
    19 //
       
    20 
       
    21 /**
       
    22  @file 
       
    23  @internalComponent
       
    24 */
       
    25 
       
    26 #ifndef __${HEADERGUARD}_H
       
    27 #define __${HEADERGUARD}_H
       
    28 
       
    29 #include <test\testexecutestepbase.h>
       
    30 
       
    31 class $CLASSNAME : public CTestStep
       
    32 	{
       
    33 public:
       
    34 	$CLASSNAME();
       
    35 	~$CLASSNAME();
       
    36 
       
    37 private: // from CTestStep
       
    38 	TVerdict doTestStepL();
       
    39 	};
       
    40 
       
    41 _LIT(K$TESTSTEPNAME, "$TESTSTEPNAME");
       
    42 
       
    43 #endif // __${HEADERGUARD}_H