summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DResultSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/dbase/DResultSet.hxx')
-rw-r--r--connectivity/source/inc/dbase/DResultSet.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/inc/dbase/DResultSet.hxx b/connectivity/source/inc/dbase/DResultSet.hxx
index 3a0a15b409bd..afe4d5a4859e 100644
--- a/connectivity/source/inc/dbase/DResultSet.hxx
+++ b/connectivity/source/inc/dbase/DResultSet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DResultSet.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2001-05-07 10:37:53 $
+ * last change: $Author: oj $ $Date: 2001-05-10 14:31:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,6 +122,9 @@ namespace connectivity
// XDeleteRows
virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL deleteRows( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rows ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
+ // own methods
+ sal_Int32 getCurrentFilePos() const;
+
};
}
}