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_C CQoSLoadEvent ( const TQoSEvent & aEvent,
TInt aReason,
const TDesC & aFileName
)

Constructor.

Constructor.

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

Parameters

const TQoSEvent & aEvent Sets the event type (EQoSEventLoadPolicyFile or EQoSEventUnloadPolicyFile).
TInt aReason Reason code.
const TDesC & aFileName The 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 TInt Reason ( ) 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.