Public Member Functions | |
CallInfoExPrivate (CallInfoEx *aPublicAPI) | |
~CallInfoExPrivate () | |
void | startNotification () |
void | startNotification () |
void | DoCancel () |
void | RunL () |
Static Public Member Functions | |
static CallInfoExPrivate * | NewL (CallInfoEx *aPublicAPI) |
Definition at line 46 of file callinfo_stub.h.
CallInfoExPrivate::CallInfoExPrivate | ( | CallInfoEx * | aPublicAPI | ) |
Constructor.
Private constructor - initialise the pointer to the public API class and make this high priority for scheduling.
Definition at line 45 of file callinfo_stub.cpp.
CallInfoExPrivate::~CallInfoExPrivate | ( | ) |
Destructor.
Definition at line 53 of file callinfo_stub.cpp.
void CallInfoExPrivate::startNotification | ( | ) |
Public interface slot implementation - start notification.
Definition at line 61 of file callinfo_stub.cpp.
CallInfoExPrivate * CallInfoExPrivate::NewL | ( | CallInfoEx * | aPublicAPI | ) | [static] |
Symbian static constructor.
Definition at line 47 of file callinfo_symbian.cpp.
void CallInfoExPrivate::DoCancel | ( | ) |
Cancel an outstanding asynchronous request. What to do here depends on what state the call is in.
Definition at line 195 of file callinfo_symbian.cpp.
void CallInfoExPrivate::RunL | ( | ) |
Called when an asynchronous service request completes. This is called when the call status changes.
Definition at line 138 of file callinfo_symbian.cpp.