diff -r 0396474f30f5 -r 4ce476e64c59 meetingrequest/mrgui/inc/cesmrmemotimevalidator.h --- a/meetingrequest/mrgui/inc/cesmrmemotimevalidator.h Mon Mar 15 12:39:10 2010 +0200 +++ b/meetingrequest/mrgui/inc/cesmrmemotimevalidator.h Wed Mar 31 21:08:33 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -30,6 +30,7 @@ class MESMRCalEntry; class CEikTimeEditor; class CEikDateEditor; +class MMRAbsoluteAlarmController; /** * Wrapper class handles sanity checks for date/time fields on Memo/Day note @@ -81,6 +82,8 @@ CEikDateEditor& aAlarmDate ); void SetRecurrenceUntilDateFieldL( CEikDateEditor& aRecurrenceUntil ); + void SetAbsoluteAlarmOnOffFieldL( + MMRAbsoluteAlarmController& aAbsoluteAlarmController ); void StartTimeChangedL(); void EndTimeChangedL(); void StartDateChandedL();