wlan_bearer/wlannwif/inc/wlanmcprfactory.h
branchCompilerCompatibility
changeset 9 08907e19c36b
parent 0 c40eb8fe8501
equal deleted inserted replaced
6:bbb9bdf58ff2 9:08907e19c36b
    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