qtmobility/plugins/contacts/symbian/inc/filtering/cntabstractcontactsorter.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    51 class CntAbstractContactSorter
    51 class CntAbstractContactSorter
    52 {
    52 {
    53 public:
    53 public:
    54     virtual QList<QContactLocalId> contacts(
    54     virtual QList<QContactLocalId> contacts(
    55             const QList<QContactSortOrder>& sortOrders,
    55             const QList<QContactSortOrder>& sortOrders,
    56             QContactManager::Error& error) = 0;
    56             QContactManager::Error* error) = 0;
    57 
    57 
    58     virtual QList<QContactLocalId> sort(
    58     virtual QList<QContactLocalId> sort(
    59         QList<QContactLocalId> contactIds,
    59         QList<QContactLocalId> contactIds,
    60         const QList<QContactSortOrder>& sortOrders,
    60         const QList<QContactSortOrder>& sortOrders,
    61         QContactManager::Error& error) = 0;
    61         QContactManager::Error* error) = 0;
    62 
    62 
    63     virtual bool sortOrderSupported(const QList<QContactSortOrder>& sortOrders) = 0;
    63     virtual bool sortOrderSupported(const QList<QContactSortOrder>& sortOrders) = 0;
    64 };
    64 };
    65 
    65 
    66 #endif /* QABSTRACTCONTACTSORTER_H */
    66 #endif /* QABSTRACTCONTACTSORTER_H */