sftemplateswizard/com.nokia.s60tools.symbianfoundationtemplates/templates/inline_template.inl
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ?filename.inl
       
     4 *  Part of     : ?Subsystem_name / ?Module_name
       
     5 *  Description : ?Description
       
     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 // -----------------------------------------------------------------------------
       
    46 // ?implementation_description
       
    47 // -----------------------------------------------------------------------------
       
    48 //
       
    49 inline ?type ?classname::?member_function()
       
    50     {
       
    51     ?code
       
    52     }