textinput/peninputgenericitut/src/peninputgenericitutuimgrbase.cpp
branchRCL_3
changeset 44 ecbabf52600f
parent 0 eb1f2e154e89
equal deleted inserted replaced
43:ebd48d2de13c 44:ecbabf52600f
       
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 #include "peninputgenericitutuimgrbase.h"
       
    18 #include "peninputgenericitutlayoutcontext.h"
       
    19 #include "peninputgenericitutdatamgr.h"
       
    20 #include "peninputgenericitutuistatebase.h"
       
    21 
       
    22 CGenericItutUiMgrBase::~CGenericItutUiMgrBase()
       
    23     {
       
    24     }
       
    25 
       
    26 TInt CGenericItutUiMgrBase::HandleCommandL(TInt /*aCmd*/, TUint8* /*aData*/)
       
    27     {
       
    28     return KErrNotSupported;
       
    29     }
       
    30 
       
    31 TBool CGenericItutUiMgrBase::HandleCtrlEventL(TInt /*aEventType*/, 
       
    32                                               CFepUiBaseCtrl* /*aCtrl*/, 
       
    33                                               const TDesC& /*aEventData*/)
       
    34     {
       
    35     return EFalse;
       
    36     }
       
    37 
       
    38 CGenericItutUiMgrBase::CGenericItutUiMgrBase(MItutLayoutContext* aContext,
       
    39                                              CGenericItutDataMgr* aDataMgr,
       
    40                                              CGenericItutWindowManager* aUiManager)
       
    41                                             :iLayoutContext(aContext),
       
    42                                              iDataMgr(aDataMgr),
       
    43                                              iNumLongPressValid(EFalse),
       
    44                                              iClrConsume(EFalse),
       
    45                                              iUiMgr(aUiManager)
       
    46     {
       
    47     }
       
    48 
       
    49 void CGenericItutUiMgrBase::ConstructL()
       
    50     {
       
    51     }
       
    52 
       
    53 void CGenericItutUiMgrBase::HandleLongPressNumberKeyL(TPtiKey /*aKey*/)
       
    54     {
       
    55     }
       
    56     
       
    57     
       
    58 
       
    59 // End Of File