![]() |
|
|
Generated: 18 Jul 2008 |
#include <PoolDb/PoolDbCnvFactory.h>
Inheritance diagram for IPoolDbCnvFactory:


Definition at line 26 of file PoolDbCnvFactory.h.
Public Member Functions | |
| virtual IConverter * | instantiate (long typ, const CLID &clid, ISvcLocator *svcloc) const =0 |
| Instantiation method. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| static const InterfaceID& IPoolDbCnvFactory::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 29 of file PoolDbCnvFactory.h.
References IID_IPoolDbCnvFactory.
00029 { return IID_IPoolDbCnvFactory; }
| virtual IConverter* IPoolDbCnvFactory::instantiate | ( | long | typ, | |
| const CLID & | clid, | |||
| ISvcLocator * | svcloc | |||
| ) | const [pure virtual] |
Instantiation method.
| typ | [IN] Storage type of the converter to be created | |
| clid | [IN] Class identifier of the converter | |
| svcloc | [IN] Pointer to service locator object |
Implemented in PoolDbCnvFactory< ConcreteConverter, i >.