syncmlfw/common/http/inc/nsmlhttpPrivateCRKeys.h
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 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:  NsmlHttp private CenRep key definitions
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef NSMLHTTPCRKEYS_H
       
    20 #define NSMLHTTPCRKEYS_H
       
    21 
       
    22 // CONSTANTS
       
    23 
       
    24 // key uid
       
    25 const TUid KCRUidNsmlHttp = { 0x101F6DE4 };
       
    26 
       
    27 // user agent field value
       
    28 const TUint32 KNsmlHttpUAHeader = 0x00000000;
       
    29 
       
    30 
       
    31 #endif // NSMLHTTPCRKEYS_H
       
    32             
       
    33 // End of File