sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/templates/resource_template.rh
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ?filename.rh
       
     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 *** INSTRUCTIONS TO THE TEMPLATE USER:
       
    25 
       
    26 *** This template follows the Symbian Foundation coding conventions.
       
    27 *** Remove all unneeded declarations and definitions before checking 
       
    28 *** the file in!  Also remove the template's usage instructions, that is, 
       
    29 *** everything that begins with "***".
       
    30 
       
    31 *** The copyright years should be < the year of the file's creation >
       
    32 *** - < the year of the file's latest update >.
       
    33 
       
    34 *** Words that begin with "?" are for you to replace with your own
       
    35 *** identifiers, filenames, or comments.
       
    36 
       
    37 *** To support building on Linux, use only forward slashes in include
       
    38 *** directives.  Also, all filenames and pathnames must be completely
       
    39 *** in lowercase.
       
    40 
       
    41 *** Indent four spaces per step, using spaces, not tabs, to display
       
    42 *** the code consistently across different editors.
       
    43 
       
    44 
       
    45 #ifndef ?MODULENAME_RH
       
    46 #define ?MODULENAME_RH
       
    47 
       
    48 
       
    49 *** includes go here:
       
    50 
       
    51 #include <?include_file.hrh>
       
    52 
       
    53 
       
    54 *** structure definitions go here:
       
    55 
       
    56 // ---------------------------------------------------------------------------
       
    57 // ?description
       
    58 // ---------------------------------------------------------------------------
       
    59 //
       
    60 struct ?structure_name
       
    61     {
       
    62     ?structure_data; // ?comment
       
    63 
       
    64     // ?comment
       
    65     ?structure_data;
       
    66     }
       
    67 
       
    68 #endif // ?MODULENAME_RH