Public Member Functions | |
~CActiveWait () | |
IMPORT_C void | SetActive () |
Static Public Member Functions | |
static CActiveWait * | NewL (NfcTagsDiscoveryPrivate *privateAPI) |
static CActiveWait * | NewLC (NfcTagsDiscoveryPrivate *privateAPI) |
Protected Member Functions | |
void | RunL () |
void | DoCancel () |
Active object waits until it is cancelled or completed.
nfcintegrationtestutils.dll
Definition at line 31 of file activewait.h.
CActiveWait::~CActiveWait | ( | ) |
Desctuctor
Definition at line 40 of file activewait.cpp.
CActiveWait * CActiveWait::NewL | ( | NfcTagsDiscoveryPrivate * | privateAPI | ) | [static] |
Two-phase constructor.
Definition at line 25 of file activewait.cpp.
CActiveWait * CActiveWait::NewLC | ( | NfcTagsDiscoveryPrivate * | privateAPI | ) | [static] |
Two-phase constructor.
Definition at line 32 of file activewait.cpp.
void CActiveWait::SetActive | ( | ) |
Sets this object active.
Definition at line 45 of file activewait.cpp.
void CActiveWait::RunL | ( | ) | [protected] |
Definition at line 50 of file activewait.cpp.
void CActiveWait::DoCancel | ( | ) | [protected] |
Definition at line 55 of file activewait.cpp.