|
|
|
Location:
http\CEComFilter.h
Link against: http.lib
class CEComFilter
Supported from 7.0
Base class for filter ECom plugins.
It provides minimal functionality to install and destroy filters specified by their UID or data type.
|
Defined in CEComFilter:
InstallFilterL(), InstallFilterL(), iEcomDtorID, ~CEComFilter()
Inherited from CBase:
operator new()
inline static CEComFilter* InstallFilterL(RHTTPSession aSession, const TUid aEComFilterUid);
Installs a filter to the filter queue, specifying the filter by its implementation UID.
The returned pointer is not owned by the caller, as a filter must be self-destroying when it is unloaded.
|
|
inline static CEComFilter* InstallFilterL(RHTTPSession aSession, const TDesC8& aEComFilterDataType);
Installs a filter to the filter queue, specifying the filter by its datatype.
The returned pointer is not owned by the caller, as a filter must be self-destroying when it is unloaded.
|
|
private: TUid iEcomDtorID;
This is internal and not intended for use.