summaryrefslogtreecommitdiff
path: root/connectivity/source/simpledbt
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-22 10:32:39 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-22 10:32:39 +0000
commitcf57220998aa904e1b5a9e99349fb91b70c07c26 (patch)
tree00f1f0f6b69ec831da9bfeb16f3d62991aed2cc6 /connectivity/source/simpledbt
parent62c3f601ddb3610fa2e552a13fe7e535a69dbb84 (diff)
INTEGRATION: CWS dba17 (1.6.2); FILE MERGED
2004/09/22 12:56:14 fs 1.6.2.1: #i33913# +isEmbeddedInDatabase superseding getComponentContextConnection
Diffstat (limited to 'connectivity/source/simpledbt')
-rw-r--r--connectivity/source/simpledbt/staticdbtools_s.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/connectivity/source/simpledbt/staticdbtools_s.hxx b/connectivity/source/simpledbt/staticdbtools_s.hxx
index def3a6732524..4156ac3cdf52 100644
--- a/connectivity/source/simpledbt/staticdbtools_s.hxx
+++ b/connectivity/source/simpledbt/staticdbtools_s.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: staticdbtools_s.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-09-09 10:03:00 $
+ * last change: $Author: pjunck $ $Date: 2004-10-22 11:32:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -229,8 +229,10 @@ namespace connectivity
sal_Bool _bDefault = sal_False) const;
// ------------------------------------------------
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >
- getComponentContextConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent );
+ virtual bool isEmbeddedInDatabase(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent,
+ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxActualConnection
+ );
// disambiguate IReference
// ------------------------------------------------