Searched refs:aSeqCont (Results 1 – 1 of 1) sorted by relevance
109 Sequence< Reference< XInteractionContinuation > > aSeqCont = Request->getContinuations(); in handle() local115 for ( i = 0; i < aSeqCont.getLength(); i++ ) in handle()117 abort = Reference< XInteractionAbort>::query( aSeqCont[i]); in handle()122 for ( i= 0; i < aSeqCont.getLength(); i++) in handle()124 retry= Reference<XInteractionRetry>::query( aSeqCont[i]); in handle()
Completed in 15 milliseconds