Searched refs:m_wrapperList (Results 1 – 2 of 2) sorted by relevance
663 while (!m_wrapperList.empty()) in ~OleServer_Impl()665 (*m_wrapperList.begin())->deregisterClass(); in ~OleServer_Impl()666 (*m_wrapperList.begin())->Release(); in ~OleServer_Impl()667 m_wrapperList.pop_front(); in ~OleServer_Impl()730 m_wrapperList.push_back(pFac); in provideService()740 m_wrapperList.push_back(pFac); in provideInstance()
260 list< IClassFactoryWrapper* > m_wrapperList; member in ole_adapter::OleServer_Impl