class CPbkxRemoteContactLookupProtocolResult : public CBase |
Results are returned through this interface. Results ownership is always transfered to the client so it must take care of deleting them.
Public Member Functions | |
---|---|
void | Complete() |
CContactItem & | ContactItem() |
const TDesC & | ExtraProtocolData() |
TBool | IsComplete() |
void | Complete | ( | ) | [pure virtual] |
Sets result as complete.
This means that result now contains all possible fields and no more fields can be retrieved.
const TDesC & | ExtraProtocolData | ( | ) | const [pure virtual] |
Returns extra protocol data need for mapping contact item to protocol level entries.
TBool | IsComplete | ( | ) | const [pure virtual] |
Is the search result complete or do we need a second phase?
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.