sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/templates/empty_resource_template.hrh
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ?filename.hrh
       
     4 *  Part of     : ?Subsystem_name / ?Module_name
       
     5 *  Description : Resource headers for project ?myapp
       
     6 *  Version     : %version: %
       
     7 *
       
     8 *  Copyright © ?year-?year ?Company_copyright.
       
     9 *  All rights reserved.
       
    10 *  This component and the accompanying materials are made available
       
    11 *  under the terms of the License "?License"
       
    12 *  which accompanies this distribution, and is available
       
    13 *  at the URL "?LicenseUrl".
       
    14 *
       
    15 *  Initial Contributors:
       
    16 *  ?Company_name - initial contribution.
       
    17 *
       
    18 *  Contributors:
       
    19 *  ?Company_name
       
    20 * ============================================================================
       
    21 * Template version: 4.0
       
    22 */
       
    23 
       
    24 #ifndef ?MODULENAME_HRH
       
    25 #define ?MODULENAME_HRH
       
    26 
       
    27 /** ?comment */
       
    28 enum ?declaration
       
    29 
       
    30 /** ?_comment */
       
    31 typedef ?declaration
       
    32 
       
    33 #endif // ?MODULENAME_HRH