phonebookui/Phonebook2/ccapplication/ccacontactorservice/inc/ccacontactorserviceoperator.h
branchRCL_3
changeset 21 b3431bff8c19
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
    61      * All leaves are trapped.
    61      * All leaves are trapped.
    62      *
    62      *
    63      * @since S60 5.0
    63      * @since S60 5.0
    64      */
    64      */
    65     void Execute(const CCAContactorService::TCSParameter& aParameter);
    65     void Execute(const CCAContactorService::TCSParameter& aParameter);
    66 
    66     
       
    67     /**
       
    68      * Is call item selected
       
    69      * 
       
    70      * @since S60 5.0
       
    71      */
       
    72     TBool IsSelected();
    67 private:
    73 private:
    68     /**
    74     /**
    69      * Constructor.
    75      * Constructor.
    70      */
    76      */
    71     CCCAContactorServiceOperator();
    77     CCCAContactorServiceOperator();
   155     /**
   161     /**
   156      * ServiceId for VOIP service.
   162      * ServiceId for VOIP service.
   157      * Own.
   163      * Own.
   158      */
   164      */
   159     TUint32 iServiceId;
   165     TUint32 iServiceId;
       
   166     
       
   167     /**
       
   168      * Is call item selected
       
   169      * Own
       
   170      */
       
   171     TBool isSelected;
   160     };
   172     };
   161 
   173 
   162 #endif // C_CCACONTACTORSERVICEHANDLER_H
   174 #endif // C_CCACONTACTORSERVICEHANDLER_H
   163 
   175 
   164 // End of File
   176 // End of File