Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds