diff options
Diffstat (limited to 'connectivity/source/inc/hsqldb/HConnection.hxx')
-rw-r--r-- | connectivity/source/inc/hsqldb/HConnection.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/hsqldb/HConnection.hxx b/connectivity/source/inc/hsqldb/HConnection.hxx index 5d3611924ac0..b592a8ae9873 100644 --- a/connectivity/source/inc/hsqldb/HConnection.hxx +++ b/connectivity/source/inc/hsqldb/HConnection.hxx @@ -43,10 +43,10 @@ namespace connectivity ~IMethodGuardAccess() {} }; - //========================================================================== + //= OHsqlConnection - wraps all methods to the real connection from the driver //= but when disposed it doesn't dispose the real connection - //========================================================================== + typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::util::XFlushable , ::com::sun::star::sdb::application::XTableUIProvider > OHsqlConnection_BASE; @@ -127,9 +127,9 @@ namespace connectivity impl_getTextTableIcon_nothrow(); }; - //========================================================================== + //= OHsqlConnection - //========================================================================== + class MethodGuard : public ::osl::MutexGuard { private: |