sftemplateswizard/com.nokia.s60tools.templates.tests/data/correct/resource_template.rh
author Matti Hagman <ext-matti.hagman@nokia.com>
Tue, 21 Sep 2010 13:50:51 +0300
changeset 29 f48eb66e9604
parent 0 61163b28edca
permissions -rw-r--r--
Creator Carbide Extension 1.3.0

/*
* ============================================================================
*  Name        : TestFileName.rh
*  Part of     : TestSubSystem / TestModule       *** Info from the SWAD
*  Description : Resource headers for project TestAppName
*  Version     : %version: % << Don't touch! Updated by Synergy at check-out.
*
*  Copyright © 2000-2001 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:
* 
* ============================================================================
* Template version: 4.0
*/

*** INSTRUCTIONS TO THE TEMPLATE USER:

*** This template follows the S60 coding conventions
*** (S60_Coding_Conventions.doc).  Remove all unneeded declarations
*** and definitions before checking the file in!  Also remove the
*** template's usage instructions, that is, everything that begins
*** with "***".

*** The copyright years should be < the year of the file's creation >
*** - < the year of the file's latest update >.

*** Words that begin with "?" are for you to replace with your own
*** identifiers, filenames, or comments.

*** To support building on Linux, use only forward slashes in include
*** directives.  Also, all filenames and pathnames must be completely
*** in lowercase.

*** Indent four spaces per step, using spaces, not tabs, to display
*** the code consistently across different editors.


#ifndef TESTFILENAME_RH
#define TESTFILENAME_RH


*** includes go here:

#include <?include_file.hrh>


*** structure definitions go here:

// ---------------------------------------------------------------------------
// ?description
// ---------------------------------------------------------------------------
//
struct ?structure_name
    {
    ?structure_data; // ?comment

    // ?comment
    ?structure_data;
    }

#endif // TESTFILENAME_RH