Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/source/cpool/
H A DZPoolCollection.cxx294 Reference< XServiceInfo > xSerivceInfo(_rxDriver,UNO_QUERY); in isPoolingEnabledByUrl() local
295 OSL_ENSURE(xSerivceInfo.is(),"Each driver should have a XServiceInfo interface!"); in isPoolingEnabledByUrl()
297 if(xSerivceInfo.is()) in isPoolingEnabledByUrl()
300 _rsImplName = xSerivceInfo->getImplementationName(); in isPoolingEnabledByUrl()