Searched refs:RetryContinuation (Results 1 – 2 of 2) sorted by relevance
60 class InteractionRequest::RetryContinuation: class in InteractionRequest64 inline RetryContinuation(): m_bSelected(false) {} in RetryContinuation() function in InteractionRequest::RetryContinuation71 RetryContinuation(RetryContinuation &); // not implemented72 void operator =(RetryContinuation); // not implemented74 virtual inline ~RetryContinuation() {} in ~RetryContinuation()80 void SAL_CALL InteractionRequest::RetryContinuation::select() in select()87 bool InteractionRequest::RetryContinuation::isSelected() const in isSelected()97 m_xRetryContinuation = new RetryContinuation; in InteractionRequest()
56 class RetryContinuation;66 rtl::Reference< RetryContinuation > m_xRetryContinuation;
Completed in 10 milliseconds