#include <mw/mentact.h>
Link against: msgs_autoshutdown.lib
class CMsgActive : public CActive, public CActive |
Public Member Functions | |
---|---|
~CMsgActive() |
Protected Member Functions | |
---|---|
CMsgActive(TInt) | |
IMPORT_C void | Complete(TInt) |
virtual IMPORT_C void | DoCancel() |
IMPORT_C void | Queue(TRequestStatus &) |
Inherited Attributes | |
---|---|
CActive::iStatus |
Inherited Enumerations | |
---|---|
CActive:TPriority |
IMPORT_C | CMsgActive | ( | TInt | aPriority | ) | [protected] |
IMPORT_C | ~CMsgActive | ( | ) |
IMPORT_C void | Complete | ( | TInt | aStatus | ) | [protected] |
IMPORT_C void | DoCancel | ( | ) | [protected, virtual] |
Reimplemented from CActive::DoCancel()
Implements cancellation of an outstanding request.
This function is called as part of the active object's Cancel().
It must call the appropriate cancel function offered by the active object's asynchronous service provider. The asynchronous service provider's cancel is expected to act immediately.
DoCancel() must not wait for event completion; this is handled by Cancel().
See also: CActive::Cancel