pushmtm/Plugins/PushContentHandler/PushContentHandlerDef.hrh
branchRCL_3
changeset 65 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     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 the License "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:  Macro definitions and enums for the Push Content Handlers.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PUSHCONTENTHANDLERDEF_HRH
       
    21 #define PUSHCONTENTHANDLERDEF_HRH
       
    22 
       
    23 
       
    24 /// PushContentHandler DLL.
       
    25 #define EUidPushContentHandlerDll 0x101F854C
       
    26 
       
    27 /// Implementation UIDs.
       
    28 #define EUidPushUnknownContentHandler 0x101F854D
       
    29 #define EUidPushSIContentHandler 0x101F854E
       
    30 #define EUidPushSLContentHandler 0x101F854F
       
    31 #define EUidPushCOContentHandler 0x10008D47
       
    32 #define EUidPushMultiPartMixedContentHandler 0x101F8550
       
    33 #define EUidPushMultiPartRelAndAltContentHandler 0x101F8551
       
    34 
       
    35 /** PushContentHandler Interface UID (defined by Symbian).
       
    36 * See CContentHandlerBase.h, KUidPushContentHandlerBase. */
       
    37 #define EUidPushContentHandlerBase 0x101F3E5E
       
    38 
       
    39 
       
    40 #endif // PUSHCONTENTHANDLERDEF_HRH
       
    41