#include <comms-infras/ss_connprov.h>
| class ESock::XConnectionProviderInfoQuery : public Factories::MFactoryQuery |
| Public Attributes | |
|---|---|
| TUint32 | iAPid |
| TProviderInfo | iProviderInfo |
| Public Member Functions | |
|---|---|
| XConnectionProviderInfoQuery(const TProviderInfo) | |
| XConnectionProviderInfoQuery(const TUint32) | |
| virtual IMPORT_C TMatchResult | Match(Factories::TFactoryObjectInfo &) |
| Protected Member Functions | |
|---|---|
| XConnectionProviderInfoQuery() | |
| Inherited Enumerations | |
|---|---|
| Factories::MFactoryQuery:TMatchResult | |
Class implementing MCommsFactoryQuery to find a connection provider by using iProviderInfo
| TUint32 | iAPid |
| TProviderInfo | iProviderInfo |
| XConnectionProviderInfoQuery | ( | const TProviderInfo | aProviderInfo | ) | [inline, explicit] |
| XConnectionProviderInfoQuery | ( | const TUint32 | aAPid | ) | [inline, explicit] |
| XConnectionProviderInfoQuery | ( | ) | [protected, inline, explicit] |
| IMPORT_C TMatchResult | Match | ( | Factories::TFactoryObjectInfo & | aObjectInfo | ) | [virtual] |
Reimplemented from Factories::MFactoryQuery::Match(TFactoryObjectInfo &)
Compare this factory object with another factory object.
See also: TMatchResult
| Parameters | |
|---|---|
| aObjectInfo | Object to compare parameters against. Criteria for comparison is implementation specific. |