sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/templates/empty_resource_template.rh
author Maria Zhelezova <ext-maria.zhelezova@nokia.com>
Mon, 06 Sep 2010 08:39:29 +0300
changeset 17 aa3399e01058
parent 0 61163b28edca
permissions -rw-r--r--
RemoteControl 1.5.0

/*
* ============================================================================
*  Name        : ?filename.rh
*  Part of     : ?Subsystem_name / ?Module_name
*  Description : Resource headers for project ?myapp
*  Version     : %version: %
*
*  Copyright © ?year-?year ?Company_copyright.
*  All rights reserved.
*  This component and the accompanying materials are made available
*  under the terms of the License "?License"
*  which accompanies this distribution, and is available
*  at the URL "?LicenseUrl".
*
*  Initial Contributors:
*  ?Company_name - initial contribution.
*
*  Contributors:
*  ?Company_name
* ============================================================================
* Template version: 4.0
*/

#ifndef ?MODULENAME_RH
#define ?MODULENAME_RH


#include <?include_file.hrh>

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

    // ?comment
    ?structure_data;
    }

#endif // ?MODULENAME_RH