phoneuis/easydialing/inc/dialingextensioninterface.h
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 5 2a26698d78ba
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
    16 */
    16 */
    17 
    17 
    18 #ifndef __CDIALEREXTENSIONINTERFACE_H
    18 #ifndef __CDIALEREXTENSIONINTERFACE_H
    19 #define __CDIALEREXTENSIONINTERFACE_H
    19 #define __CDIALEREXTENSIONINTERFACE_H
    20 
    20 
    21 #include <easydialingcommands.hrh>
       
    22 
       
    23 #include <ecom/ecom.h>
    21 #include <ecom/ecom.h>
    24 #include <coecntrl.h>
    22 #include <coecntrl.h>
    25 #include <eikmenup.h>
    23 #include <eikmenup.h>
    26 
    24 
    27 
    25 
   168      */
   166      */
   169     virtual TBool InitializeMenuPaneL( CEikMenuPane& aMenuPane, TInt aMenuResourceId ) = 0;
   167     virtual TBool InitializeMenuPaneL( CEikMenuPane& aMenuPane, TInt aMenuResourceId ) = 0;
   170 
   168 
   171     
   169     
   172     /**
   170     /**
   173      * Gets the resource id of plugin's menu bar resource.
   171      * Handle a command. Supported command IDs are defined in header
       
   172      * easydialingcommands.hrh.
   174      * 
   173      * 
   175      * @param   aCommand   Command id.
   174      * @param   aCommand   Command id.
   176      * @return  ETrue if command was handled, EFalse otherwise.
   175      * @return  ETrue if command was handled, EFalse otherwise.
   177      */
   176      */
   178     virtual TBool HandleCommandL( TInt aCommand ) = 0;
   177     virtual TBool HandleCommandL( TInt aCommand ) = 0;