meetingrequest/mrgui/src/cesmrvalidatorfactory.cpp
branchRCL_3
changeset 33 da5135c61bad
parent 0 8466d47a6819
--- a/meetingrequest/mrgui/src/cesmrvalidatorfactory.cpp	Mon Mar 15 12:39:10 2010 +0200
+++ b/meetingrequest/mrgui/src/cesmrvalidatorfactory.cpp	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"
@@ -36,6 +36,7 @@
     MESMRFieldValidator* validator=  NULL;
     switch ( aType )
         {
+        case EESMREventTypeMeetingRequest:
         case EESMREventTypeAppt: // activated by meeting and meeting request
         	{
             validator = CESMRMeetingTimeValidator::NewL ( );