epoc32/include/mw/asshddefs.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
     1.1 --- a/epoc32/include/mw/asshddefs.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mw/asshddefs.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5  // All rights reserved.
     1.6  // This component and the accompanying materials are made available
     1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.8 +// under the terms of "Eclipse Public License v1.0"
     1.9  // which accompanies this distribution, and is available
    1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.12  //
    1.13  // Initial Contributors:
    1.14  // Nokia Corporation - initial contribution.
    1.15 @@ -219,6 +219,7 @@
    1.16  	are no phantom alarm expiries. */
    1.17  	EAlarmRepeatDefintionRepeatWeekly,
    1.18  
    1.19 +#ifdef SYMBIAN_ALARM_REPEAT_EXTENSIONS
    1.20  	/** The alarm repeats every specified day at the same time. If the user
    1.21  	changes the system date or time, this alarm behaves in the same way as a
    1.22  	"repeat once" alarm, except that the alarm is not deleted, but rescheduled
    1.23 @@ -227,6 +228,7 @@
    1.24      If the user changes the system date or time to a point in the past, there
    1.25      are no phantom alarm expiries.*/ 
    1.26  	EAlarmRepeatDefinitionRepeatDailyOnGivenDays
    1.27 +#endif
    1.28  	};
    1.29  
    1.30  /** Defines various alarm characteristics. */
    1.31 @@ -372,6 +374,7 @@
    1.32  	EExpired = 4
    1.33  	};
    1.34  
    1.35 +#ifdef SYMBIAN_ALARM_REPEAT_EXTENSIONS
    1.36  /**
    1.37  This enumeration indicates which days of the week an alarm with a repeat
    1.38  definition of EAlarmRepeatDefinitionRepeatDailyOnGivenDays activates on.  Days
    1.39 @@ -396,7 +399,9 @@
    1.40      /** Alarm is active on Sunday. */
    1.41      EAlarmDaySunday    = 0x40
    1.42      };
    1.43 +#endif
    1.44  
    1.45 +#ifdef SYMBIAN_SKIPPED_CALENDAR_ALARMS
    1.46  /** Identifies the type of alarm which was missed.  A UTC offset change will only
    1.47  affect floating alarms whereas a system time change may affect either floating
    1.48  or fixed alarms.
    1.49 @@ -410,5 +415,6 @@
    1.50  	/** Floating or fixed time alarm. */
    1.51  	EFloatingOrFixed
    1.52  	};
    1.53 +#endif
    1.54  
    1.55  #endif