summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_resultset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_resultset.hxx')
-rw-r--r--mysqlc/source/mysqlc_resultset.hxx11
1 files changed, 10 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_resultset.hxx b/mysqlc/source/mysqlc_resultset.hxx
index fd22c99441c2..465e81c3dce6 100644
--- a/mysqlc/source/mysqlc_resultset.hxx
+++ b/mysqlc/source/mysqlc_resultset.hxx
@@ -93,7 +93,16 @@ namespace connectivity
virtual ~OResultSet();
public:
- 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;
OResultSet( OCommonStatement* pStmt, sql::ResultSet *result, rtl_TextEncoding _encoding );