summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/hsqldb
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/hsqldb')
-rw-r--r--connectivity/source/inc/hsqldb/HConnection.hxx8
-rw-r--r--connectivity/source/inc/hsqldb/HDriver.hxx8
-rw-r--r--connectivity/source/inc/hsqldb/HStorageMap.hxx12
-rw-r--r--connectivity/source/inc/hsqldb/HTools.hxx12
-rw-r--r--connectivity/source/inc/hsqldb/HView.hxx12
5 files changed, 26 insertions, 26 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:
diff --git a/connectivity/source/inc/hsqldb/HDriver.hxx b/connectivity/source/inc/hsqldb/HDriver.hxx
index 05dd7264872d..92e570f3497a 100644
--- a/connectivity/source/inc/hsqldb/HDriver.hxx
+++ b/connectivity/source/inc/hsqldb/HDriver.hxx
@@ -30,10 +30,10 @@
#include <comphelper/broadcasthelper.hxx>
#include "connectivity/CommonTools.hxx"
-//........................................................................
+
namespace connectivity
{
-//........................................................................
+
namespace hsqldb
{
@@ -128,9 +128,9 @@ namespace connectivity
};
}
-//........................................................................
+
} // namespace connectivity
-//........................................................................
+
#endif // CONNECTIVITY_HSQLDB_DRIVER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/inc/hsqldb/HStorageMap.hxx b/connectivity/source/inc/hsqldb/HStorageMap.hxx
index 112cba701d83..197ef9f6ee02 100644
--- a/connectivity/source/inc/hsqldb/HStorageMap.hxx
+++ b/connectivity/source/inc/hsqldb/HStorageMap.hxx
@@ -31,10 +31,10 @@
#include <com/sun/star/io/XSeekable.hpp>
#include <boost/shared_ptr.hpp>
#include <jni.h>
-//........................................................................
+
namespace connectivity
{
-//........................................................................
+
namespace hsqldb
{
class StreamHelper
@@ -76,13 +76,13 @@ namespace connectivity
static OUString removeOldURLPrefix(const OUString& _sURL);
static void throwJavaException(const ::com::sun::star::uno::Exception& _aException,JNIEnv * env);
};
- //........................................................................
+
} // namespace hsqldb
- //........................................................................
-//........................................................................
+
+
} // namespace connectivity
-//........................................................................
+
#endif // CONNECTIVI_HSQLDB_HSTORAGEMAP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/connectivity/source/inc/hsqldb/HTools.hxx b/connectivity/source/inc/hsqldb/HTools.hxx
index f243b60247cc..77a6a4af8052 100644
--- a/connectivity/source/inc/hsqldb/HTools.hxx
+++ b/connectivity/source/inc/hsqldb/HTools.hxx
@@ -22,14 +22,14 @@
#include <rtl/ustrbuf.hxx>
-//........................................................................
+
namespace connectivity { namespace hsqldb
{
-//........................................................................
- //====================================================================
+
+
//= HTools
- //====================================================================
+
class HTools
{
public:
@@ -47,9 +47,9 @@ namespace connectivity { namespace hsqldb
);
};
-//........................................................................
+
} } // namespace connectivity::hsqldb
-//........................................................................
+
#endif // CONNECTIVITY_HTOOLS_HXX
diff --git a/connectivity/source/inc/hsqldb/HView.hxx b/connectivity/source/inc/hsqldb/HView.hxx
index 8cfe209916f6..3752a128f99f 100644
--- a/connectivity/source/inc/hsqldb/HView.hxx
+++ b/connectivity/source/inc/hsqldb/HView.hxx
@@ -27,14 +27,14 @@
#include <comphelper/uno3.hxx>
#include <cppuhelper/implbase1.hxx>
-//........................................................................
+
namespace connectivity { namespace hsqldb
{
-//........................................................................
- //====================================================================
+
+
//= HView
- //====================================================================
+
typedef ::connectivity::sdbcx::OView HView_Base;
typedef ::cppu::ImplHelper1< ::com::sun::star::sdbcx::XAlterView > HView_IBASE;
class HView :public HView_Base
@@ -80,9 +80,9 @@ namespace connectivity { namespace hsqldb
using HView_Base::getFastPropertyValue;
};
-//........................................................................
+
} } // namespace connectivity::hsqldb
-//........................................................................
+
#endif // CONNECTIVITY_HVIEW_HXX