Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/test/
H A Dcfg_test.cxx161 class ServiceImpl1 : public ServiceImpl0 class
164 inline ServiceImpl1( Reference< XComponentContext > const & xContext ) SAL_THROW( () )
173 OUString ServiceImpl1::getImplementationName() in getImplementationName()
178 Sequence< OUString > ServiceImpl1::getSupportedServiceNames() in getSupportedServiceNames()
193 return (OWeakObject *)new ServiceImpl1( xContext ); in ServiceImpl1_create()