meetingrequest/mrgui/src/cesmrvalidatorfactory.cpp
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    34     {
    34     {
    35     FUNC_LOG;
    35     FUNC_LOG;
    36     MESMRFieldValidator* validator=  NULL;
    36     MESMRFieldValidator* validator=  NULL;
    37     switch ( aType )
    37     switch ( aType )
    38         {
    38         {
       
    39         case EESMREventTypeMeetingRequest:
    39         case EESMREventTypeAppt: // activated by meeting and meeting request
    40         case EESMREventTypeAppt: // activated by meeting and meeting request
    40         	{
    41         	{
    41             validator = CESMRMeetingTimeValidator::NewL ( );
    42             validator = CESMRMeetingTimeValidator::NewL ( );
    42             break;
    43             break;
    43         	}
    44         	}