syncmlfw/common/inc/nsmloperatordefines.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     1 /*
       
     2 * Copyright (c) 2007 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:  Operator specific defenitions
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef NSMLOPERATORDEFINES_H_
       
    19 #define NSMLOPERATORDEFINES_H_
       
    20 
       
    21 //CONSTANTS
       
    22 #define KBufferLength 256
       
    23 
       
    24 _LIT(KSpace," ");
       
    25 
       
    26 const TUid KNsmlOperatorCenrepUID = {0x2002682E};
       
    27 
       
    28 const TInt KNsmlOperatorProfileServerId = 0x01;
       
    29 const TInt KNsmlExtendedServerStatusCodeList = 0x02;
       
    30 const TInt KNsmlExtendedServerStatusCode = 0x03;
       
    31 const TInt KNsmlOperatorDevInfExtXNam = 0x04;
       
    32 const TInt KNsmlOperatorDevInfExtXVal = 0x05;
       
    33 
       
    34 #endif //NSMLOPERATORDEFINES_H_ 
       
    35 
       
    36 // End of File