Home
last modified time | relevance | path

Searched refs:t_string2weakref (Results 1 – 1 of 1) sorted by relevance

/trunk/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx57 ::rtl::OUStringHash > t_string2weakref; typedef in dp_manager::factory::PackageManagerFactoryImpl
58 t_string2weakref m_managers;
135 t_string2weakref::const_iterator iPos( m_managers.begin() ); in disposing()
136 t_string2weakref::const_iterator const iEnd( m_managers.end() ); in disposing()
139 m_managers = t_string2weakref(); in disposing()
157 t_string2weakref::const_iterator const iFind( m_managers.find( context ) ); in getPackageManager()
167 ::std::pair< t_string2weakref::iterator, bool > insertion( in getPackageManager()
168 m_managers.insert( t_string2weakref::value_type( context, xRet ) ) ); in getPackageManager()

Completed in 13 milliseconds