voicerecorder/group/VoiceRecorder.rh
branchRCL_3
changeset 21 c6bafb5162d8
parent 0 845549f293a7
equal deleted inserted replaced
20:072a5fa0c63b 21:c6bafb5162d8
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     This file contains declarations for resources of VoiceRecorder
       
    16 *     The file can be included only in resource file.
       
    17 *     
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #include "voicerecorder.hrh"
       
    23 
       
    24 //  STRUCTURE DEFINITIONS
       
    25 
       
    26 STRUCT VR_FILETYPE
       
    27 	{
       
    28 	BYTE typeid;
       
    29 	LTEXT mimetype;
       
    30 	}
       
    31 
       
    32 STRUCT VR_FILETYPE_ARRAY
       
    33     {
       
    34     STRUCT filetypes[];		// VR_FILETYPE array
       
    35     }
       
    36             
       
    37 // End of File