Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A Dquery.hxx104 OQuery* m_pActor; member in dbaccess::OQuery::OAutoActionReset
106 OAutoActionReset(OQuery* _pActor) : m_pActor(_pActor) { } in OAutoActionReset()
107 ~OAutoActionReset() { m_pActor->m_eDoingCurrently = NONE; } in ~OAutoActionReset()
/trunk/main/dbaccess/source/core/inc/
H A Dquerycontainer.hxx143 OQueryContainer* m_pActor; member in dbaccess::OQueryContainer::OAutoActionReset
145 OAutoActionReset(OQueryContainer* _pActor) : m_pActor(_pActor) { } in OAutoActionReset()
146 ~OAutoActionReset() { m_pActor->m_eDoingCurrently = NONE; } in ~OAutoActionReset()

Completed in 15 milliseconds