phoneuis/dialer/src/cdialer.cpp
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 6 38529f706030
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
    30 #include <layoutmetadata.cdl.h>
    30 #include <layoutmetadata.cdl.h>
    31 #include <data_caging_path_literals.hrh>    // for KDC_APP_RESOURCE_DIR
    31 #include <data_caging_path_literals.hrh>    // for KDC_APP_RESOURCE_DIR
    32 #include <bautils.h>                        // for BaflUtils
    32 #include <bautils.h>                        // for BaflUtils
    33 #include <aknedsts.h>
    33 #include <aknedsts.h>
    34 #include <dialingextensioninterface.h>
    34 #include <dialingextensioninterface.h>
       
    35 #include <easydialingcommands.hrh>
    35 #include <dialer.rsg>
    36 #include <dialer.rsg>
    36 
    37 
    37 #include "cdialer.h"
    38 #include "cdialer.h"
    38 #include "dialercommon.h"
    39 #include "dialercommon.h"
    39 #include "dialer.hrh"
    40 #include "dialer.hrh"
   304 // ---------------------------------------------------------------------------
   305 // ---------------------------------------------------------------------------
   305 //
   306 //
   306 TInt CDialer::ChangeEditorMode( TBool aDefaultMode )
   307 TInt CDialer::ChangeEditorMode( TBool aDefaultMode )
   307     {
   308     {
   308     TInt ret( KErrNotSupported );
   309     TInt ret( KErrNotSupported );
   309     ret = iNumberEntry->ChangeEditorMode( aDefaultMode );        
   310     ret = iNumberEntry->ChangeEditorMode( aDefaultMode );
   310     return ret;
   311     return ret;
   311     }
   312     }
   312     
   313     
   313 // ---------------------------------------------------------------------------
   314 // ---------------------------------------------------------------------------
   314 // CDialer::OpenVKBL
   315 // CDialer::OpenVKBL