summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/mozaddressbook
diff options
context:
space:
mode:
authordkenny <dkenny@openoffice.org>2001-05-23 09:48:00 +0000
committerdkenny <dkenny@openoffice.org>2001-05-23 09:48:00 +0000
commit232a83787903402fa7879cb522aae0836c0a48fb (patch)
tree5bf46df6348155f6894d4496028757a0480a5680 /connectivity/source/inc/mozaddressbook
parent0a3e5b17023d0fd4ba3e877c62118dc1156c4eaf (diff)
Changes to work with 627
Diffstat (limited to 'connectivity/source/inc/mozaddressbook')
-rw-r--r--connectivity/source/inc/mozaddressbook/MABPreparedStatement.hxx6
-rw-r--r--connectivity/source/inc/mozaddressbook/MABResultSet.hxx7
2 files changed, 6 insertions, 7 deletions
diff --git a/connectivity/source/inc/mozaddressbook/MABPreparedStatement.hxx b/connectivity/source/inc/mozaddressbook/MABPreparedStatement.hxx
index 124ba8cf8909..27a3820f2ada 100644
--- a/connectivity/source/inc/mozaddressbook/MABPreparedStatement.hxx
+++ b/connectivity/source/inc/mozaddressbook/MABPreparedStatement.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MABPreparedStatement.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-05-18 09:14:54 $
+ * last change: $Author: dkenny $ $Date: 2001-05-23 10:48:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ namespace connectivity
virtual file::OResultSet* createResultSet();
public:
// DECLARE_CTY_DEFAULTS(file::OStatement);
- OMozabPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection){}
+ OMozabPreparedStatement( file::OConnection* _pConnection,const ::std::vector<connectivity::OTypeInfo>& _TypeInfo ) : file::OPreparedStatement( _pConnection, _TypeInfo ){}
DECLARE_SERVICE_INFO();
};
}
diff --git a/connectivity/source/inc/mozaddressbook/MABResultSet.hxx b/connectivity/source/inc/mozaddressbook/MABResultSet.hxx
index 615a19ddea7f..a7b89618ba72 100644
--- a/connectivity/source/inc/mozaddressbook/MABResultSet.hxx
+++ b/connectivity/source/inc/mozaddressbook/MABResultSet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MABResultSet.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-05-18 09:14:54 $
+ * last change: $Author: dkenny $ $Date: 2001-05-23 10:48:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,8 +103,7 @@ namespace connectivity
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
virtual sal_Bool fillIndexValues(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier> &_xIndex);
public:
- virtual void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException);
+ DECLARE_CTY_DEFAULTS(OMozabResultSet_BASE2);
DECLARE_SERVICE_INFO();
OMozabResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);