LibreOffice Module dbaccess (master) 1
|
a class for guarding methods of a connection-dependent component More...
#include <connectiondependent.hxx>
Public Member Functions | |
EntryGuard (ConnectionDependentComponent &_rComponent) | |
~EntryGuard () | |
Private Attributes | |
::osl::MutexGuard | m_aMutexGuard |
ConnectionDependentComponent & | m_rComponent |
a class for guarding methods of a connection-dependent component
This class serves multiple purposes:
Definition at line 113 of file connectiondependent.hxx.
|
inlineexplicit |
Definition at line 120 of file connectiondependent.hxx.
References sdbtools::ConnectionDependentComponent::acquireConnection(), and m_rComponent.
|
inline |
Definition at line 128 of file connectiondependent.hxx.
References m_rComponent, and sdbtools::ConnectionDependentComponent::releaseConnection().
|
private |
Definition at line 116 of file connectiondependent.hxx.
|
private |
Definition at line 117 of file connectiondependent.hxx.
Referenced by EntryGuard(), and ~EntryGuard().