CLogActive Class Reference

#include <logwrap.h>

class CLogActive : public CActive

Inherits from

  • CLogActive

    Detailed Description

    Common active object behaviour.

    This is an abstract class that defines common active object behaviour for the log engine classes.

    Constructor & Destructor Documentation

    CLogActive ( TInt )

    IMPORT_CCLogActive(TIntaPriority)[protected]

    ~CLogActive ( )

    IMPORT_C~CLogActive()

    Member Function Documentation

    Complete ( TInt )

    IMPORT_C voidComplete(TIntaStatus)[protected]

    DoCancel ( )

    IMPORT_C voidDoCancel()[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

    Queue ( TRequestStatus & )

    IMPORT_C voidQueue(TRequestStatus &aStatus)[protected]