cbs/CbsServer/Group/CbsServerUid.h
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2003 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:  This file contains the UIDs of the FR CBS Server.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CBSSERVERUID_H
       
    20 #define CBSSERVERUID_H
       
    21 
       
    22 // INCLUDES
       
    23 // None
       
    24 
       
    25 // CONSTANTS  
       
    26 #define KCbsServerUid2 0x1000008d
       
    27 
       
    28 #define KCbsServerUid3 0x1000A859
       
    29 
       
    30 // MACROS  
       
    31 // None
       
    32 
       
    33 // DATA TYPES  
       
    34 // None
       
    35 
       
    36 // FUNCTION PROTOTYPES  
       
    37 // None
       
    38 
       
    39 // FORWARD DECLARATIONS
       
    40 // None
       
    41 
       
    42 // CLASS DECLARATION 
       
    43 // None
       
    44 
       
    45 #endif      //  CBSSERVERUID_H
       
    46             
       
    47 // End of File
       
    48 
       
    49