messagingappbase/smartmessaging/vcalbc/src/VCalBcPanics.h
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 "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:  
       
    15 *     Panic codes for calendar bio control.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef _VCALBCPANICS_H_
       
    22 #define _VCALBCPANICS_H_
       
    23 
       
    24 #include <e32def.h>
       
    25 
       
    26 // CONSTANTS
       
    27 
       
    28 enum TVCalBcPanic
       
    29     {
       
    30     EUnacceptableCalEntryType,
       
    31     ERepeatNull,
       
    32     EIllegalRepeatType,
       
    33     ECalenImpProblem,
       
    34     EPanic1,
       
    35     EPanic2,
       
    36     EUnsupportedEntryType,
       
    37     EPanicUndefinedRepeat,          //Not used
       
    38     ENullEntryGivenToFiller,
       
    39     ENullViewer,
       
    40     EInvalidConfid,
       
    41     EIllegalDailyRepeatInterval,
       
    42     EIllegalWeeklyRepeatInterval,
       
    43     EIllegalMonthlyByDatesRepeatInterval,
       
    44     EIllegalYearlyByDateRepeatInterval,
       
    45     EVCalBCPanicUndefinedRepeatIndex
       
    46     };
       
    47 
       
    48 GLREF_C void Panic(TVCalBcPanic aPanic);
       
    49 
       
    50 #endif //_VCALBCPANICS_H_
       
    51 
       
    52 // end of file