phonebookui/Phonebook2/ccapplication/ccacontactorservice/src/ccacontactorservice.cpp
branchRCL_3
changeset 21 b3431bff8c19
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
    87 EXPORT_C TBool CCAContactorService::IsBusy() const
    87 EXPORT_C TBool CCAContactorService::IsBusy() const
    88     {
    88     {
    89     return iCommandIsBeingHandled;
    89     return iCommandIsBeingHandled;
    90     }
    90     }
    91 
    91 
       
    92 // --------------------------------------------------------------------------
       
    93 // CCAContactorService::IsSelected
       
    94 // --------------------------------------------------------------------------
       
    95 //
       
    96 EXPORT_C TBool CCAContactorService::IsSelected() const
       
    97     {
       
    98     return iOperator->IsSelected();
       
    99     }
    92 // End of file
   100 // End of file