CMMFDataPath::CCompleteCallback Class Reference

#include <mmf/server/mmfdatapath.h>

Link against: mmfserverbaseclasses.lib

class CMMFDataPath::CCompleteCallback : public CActive

Inherits from

  • CMMFDataPath::CCompleteCallback

    Constructor & Destructor Documentation

    CCompleteCallback ( CMMFDataPath &, TBool )

    CCompleteCallback(CMMFDataPath &aDataPath,
    TBoolaWaitForSink
    )

    ~CCompleteCallback ( )

    ~CCompleteCallback()

    Member Function Documentation

    ActiveStatus ( )

    TRequestStatus &ActiveStatus()

    DoCancel ( )

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

    SignalDataPathComplete ( TInt )

    voidSignalDataPathComplete(TIntaDataPathError)

    SignalSinkComplete ( TInt )

    voidSignalSinkComplete(TIntaSinkError)