Public Member Functions | |
RoleInfo (size_t estimated_number_entries=5) | |
Public Attributes | |
ACE_CString | type_id_ |
PortableGroup::FactoryInfos | infos_ |
|
Definition at line 278 of file PG_FactoryRegistry.cpp.
00278 : infos_(estimated_number_entries) 00279 { 00280 } 00281 |
|
|
Definition at line 59 of file PG_FactoryRegistry.h. Referenced by TAO::PG_FactoryRegistry::list_factories_by_role(), and TAO::PG_FactoryRegistry::register_factory(). |