organizer_plat/alarm_const_api/inc/AlmConst.h
branchRCL_3
changeset 66 bd7edf625bdd
parent 0 f979ecb2b13e
equal deleted inserted replaced
65:12af337248b1 66:bd7edf625bdd
       
     1 /*
       
     2 * Copyright (c) 2006-2006 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:   Exported header for alarm constants.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __ALMCONST_H__
       
    21 #define __ALMCONST_H__
       
    22 
       
    23 
       
    24 // CONSTANTS
       
    25 
       
    26 // Clock alarm category ID (copied from T32alm.cpp!)
       
    27 const TUid KAlarmClockOne = { 0x101F793A };  // Clock alarm category
       
    28 
       
    29 
       
    30 #endif  // __ALMCONST_H__
       
    31 
       
    32 
       
    33 // End of File