epoc32/include/mtmdef.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     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