CQoSLoadEvent Class Reference

class CQoSLoadEvent : public CQoSEventBase

Class for EQoSEventLoadPolicyFile and EQoSEventUnloadPolicyFile events whereby policy files are loaded or unloaded

Inherits from

Constructor & Destructor Documentation

CQoSLoadEvent(const TQoSEvent &, TInt, const TDesC &)

IMPORT_CCQoSLoadEvent(const TQoSEvent &aEvent,
TIntaReason,
const TDesC &aFileName
)

Constructor.

Constructor.

capability
NetworkServices Restrict QoS operations in similar way as normal socket operations.

Parameters

const TQoSEvent & aEventSets the event type (EQoSEventLoadPolicyFile or EQoSEventUnloadPolicyFile).
TInt aReasonReason code.
const TDesC & aFileNameThe name of the policy file.

Member Functions Documentation

FileName()

IMPORT_C const TFileName &FileName()const

Returns the name of the policy file.

Gets the name of the policy file.

capability
NetworkServices Restrict QoS operations in similar way as normal socket operations.

Reason()

IMPORT_C TIntReason()const

Returns the reason code. Reason code specifies the success or failure of the request.

Gets the reason code.

Reason code specifies the success or failure of the request.

capability
NetworkServices Restrict QoS operations in similar way as normal socket operations.

Member Data Documentation

TFileName iFileName

TFileName iFileName[private]

The name of the QoS policy file.

TInt iReason

TInt iReason[private]

The reason code that specifies the success or failure of the request.