sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/templates/empty_resource_template.hrh
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        : ?filename.hrh
*  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_HRH
#define ?MODULENAME_HRH

/** ?comment */
enum ?declaration

/** ?_comment */
typedef ?declaration

#endif // ?MODULENAME_HRH