#include <comms-infras/ss_connprov.h>
| class ESock::CConnectionFactoryContainer |
| Protected Member Enumerations | |
|---|---|
| enum | anonymous { EId } |
| Public Member Functions | |
|---|---|
| virtual | ~CConnectionFactoryContainer() |
| CConnectionProviderFactoryBase * | Factory(TInt) |
| IMPORT_C CConnectionFactoryContainer * | NewL() |
| IMPORT_C CConnectionFactoryContainer & | Singleton() |
| Protected Member Functions | |
|---|---|
| CConnectionFactoryContainer() | |
| virtual void | ReceivedL(const Messages::TRuntimeCtxId &, const Messages::TNodeId &, Messages::TSignatureBase &) |
Container for connection provider factories. Note that there is a 1-1 mapping between aProtocolId and aFactoryId at the moment
Since 9.1
| Enumerator | Value | Description |
|---|---|---|
| EId | EConnectionFactoryContainer |
| CConnectionFactoryContainer | ( | ) | [protected] |
Empty connection factory container constructor
| ~CConnectionFactoryContainer | ( | ) | [virtual] |
| CConnectionProviderFactoryBase * | Factory | ( | TInt | aIndex | ) | const |
| IMPORT_C CConnectionFactoryContainer * | NewL | ( | ) | [static] |
Create a new instance of a connection factory container
| Leaves |
in out of memory conditions |