Wrapper for Contact Model's CIdleFinder.
|
Public Member Functions |
| CPbkIdleFinder (CIdleFinder *aFinder, CContactItemFieldDef *aFieldDef) |
| Constructor.
|
| ~CPbkIdleFinder () |
| Destructor.
|
IMPORT_C TBool | IsComplete () const |
| Tests whether a search is complete.
|
IMPORT_C CContactIdArray * | TakeContactIds () |
| Gives access and ownership of the contact ids found in the search.
|
IMPORT_C TInt | Error () const |
| Check for errors when search is complete.
|
IMPORT_C CIdleFinder * | IdleFinder () const |
| Returns the CIdleFinder passed to constructor.
|
IMPORT_C CContactItemFieldDef * | FieldDef () const |
| Returns the CContactItemFieldDef passed to constructor.
|