summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/adabas/BConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/adabas/BConnection.hxx')
-rw-r--r--connectivity/source/inc/adabas/BConnection.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/inc/adabas/BConnection.hxx b/connectivity/source/inc/adabas/BConnection.hxx
index 37a93e594bc8..d9cdaff56f73 100644
--- a/connectivity/source/inc/adabas/BConnection.hxx
+++ b/connectivity/source/inc/adabas/BConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BConnection.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-08-24 06:00:37 $
+ * last change: $Author: oj $ $Date: 2001-08-29 12:14:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,8 @@ namespace connectivity
sal_Bool isStarted();
protected:
- virtual SQLRETURN OpenConnection(const ::rtl::OUString& aConnectStr,sal_Int32 nTimeOut, const ::rtl::OUString& _uid,const ::rtl::OUString& _pwd);
+ virtual SQLRETURN OpenConnection(const ::rtl::OUString& aConnectStr,sal_Int32 nTimeOut, const ::rtl::OUString& _uid,const ::rtl::OUString& _pwd);
+ virtual connectivity::odbc::OConnection* cloneConnection(); // creates a new connection
public:
virtual SQLRETURN Construct( const ::rtl::OUString& url,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info) throw(::com::sun::star::sdbc::SQLException);