messagingfw/msgsrvnstore/server/inc/MTMDEF.HRH
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // MTMDEF.HRH
       
    15 //
       
    16 
       
    17 /**
       
    18  @file
       
    19  @publishedAll
       
    20  @released
       
    21 */
       
    22 
       
    23 #if !defined(__MTMDEF_HRH__)
       
    24 #define __MTMDEF_HRH__
       
    25 
       
    26 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    27 #include <mtmuidsdef.hrh>
       
    28 #endif
       
    29 
       
    30 // body types
       
    31 /**
       
    32 * 7-bit text. 
       
    33 * @publishedAll
       
    34 * @released
       
    35 */
       
    36 #define KMtm7BitBody 	0x01	
       
    37 /**
       
    38 * 8-bit text
       
    39 * @publishedAll
       
    40 * @released
       
    41 */
       
    42 #define KMtm8BitBody 	0x02
       
    43 /**
       
    44 * 16-bit text
       
    45 * @publishedAll
       
    46 * @released
       
    47 */
       
    48 #define KMtm16BitBody 	0x04
       
    49 /**
       
    50 * Binary
       
    51 * @publishedAll
       
    52 * @released
       
    53 */
       
    54 #define KMtmBinaryBody 	0x08
       
    55 
       
    56 #endif