summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_connection.hxx')
-rw-r--r--mysqlc/source/mysqlc_connection.hxx12
1 files changed, 11 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx
index e9619e9f94dc..0bd1b827538c 100644
--- a/mysqlc/source/mysqlc_connection.hxx
+++ b/mysqlc/source/mysqlc_connection.hxx
@@ -147,7 +147,17 @@ namespace connectivity
virtual void SAL_CALL release() throw();
// XServiceInfo
- DECLARE_SERVICE_INFO();
+ virtual OUString SAL_CALL getImplementationName()
+ throw (css::uno::RuntimeException) SAL_OVERRIDE;
+
+ virtual sal_Bool SAL_CALL supportsService(
+ OUString const & ServiceName) throw (css::uno::RuntimeException)
+ SAL_OVERRIDE;
+
+ virtual css::uno::Sequence<OUString> SAL_CALL
+ getSupportedServiceNames() throw (css::uno::RuntimeException)
+ SAL_OVERRIDE;
+
// XConnection
my_XStatementRef SAL_CALL createStatement()
throw(SQLException, RuntimeException);