equal
deleted
inserted
replaced
31 static CWlanMetaConnectionProviderFactory* NewL(TAny* aParentContainer); |
31 static CWlanMetaConnectionProviderFactory* NewL(TAny* aParentContainer); |
32 |
32 |
33 protected: |
33 protected: |
34 CWlanMetaConnectionProviderFactory(TUid aFactoryId, ESock::CMetaConnectionFactoryContainer& aParentContainer); |
34 CWlanMetaConnectionProviderFactory(TUid aFactoryId, ESock::CMetaConnectionFactoryContainer& aParentContainer); |
35 |
35 |
36 ESock::ACommsFactoryNodeId* CWlanMetaConnectionProviderFactory::DoCreateObjectL(ESock::TFactoryQueryBase& aQuery); |
36 ESock::ACommsFactoryNodeId* DoCreateObjectL(ESock::TFactoryQueryBase& aQuery); |
37 }; |
37 }; |
38 |
38 |
39 #endif //__WLANMCPRFACTORY_H__ |
39 #endif //__WLANMCPRFACTORY_H__ |
40 |
40 |